nvm use
pnpm install
pnpm run dev
This will open up the Astro app on localhost:3000
This is just a playground. Nothing serious.
-
I am planning to rebuild Jonathon's wireframes in Astro.
-
For now, I don't think we need React or Vue or anything. We can do this all with
.html
and.astro
. -
If this goes good, I want to deploy it and see what this looks like in the real world. It should be the same as the https://spg.dev/ website, but with no styling and no
mp3
katha files.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |
pnpm run astro ... |
Run CLI commands like astro add , astro preview |
pnpm run astro --help |
Get help using the Astro CLI |