Let me just preempt this with the fact that I've only been testing Astro for 1 day, so I'm very new to it.
I've gone through the first steps, and have successfully used npm create astro@latest to start a new, simple project, and have also built it and deployed it. So the basics are working.
Now I downloaded the Astroship and tried running the build command as the first thing. This gave me "astro: command not found" message. Not completely surprising, but hey, worth a try. I've been searing the docs on what to do next, from a best practice perspective.
My question is, what would be the next step here? Is there a way to initialize the Astroship template as a full Astro project (like with create), or is the task now to merge the template manually with an already existing project?
I made a simple attempt at the latter, but the build broke because seemingly a json package wasn't found. What is the way to resolve the missing resources in this case?
Not new to tech, but new to this ecosystem. A few pointers would be great and I'll run with it!
Thanks in advance!