dsomel21 / spg-astro

SPG Web App in Astro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPG Web App 1.5

Getting Started

nvm use
pnpm install
pnpm run dev

This will open up the Astro app on localhost:3000

๐Ÿš€ Plans

This is just a playground. Nothing serious.

  1. I am planning to rebuild Jonathon's wireframes in Astro.

  2. For now, I don't think we need React or Vue or anything. We can do this all with .html and .astro.

  3. 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.

๐Ÿงž Other Useful Commands

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

About

SPG Web App in Astro


Languages

Language:Astro 91.8%Language:JavaScript 8.2%