To try out QGP:
npx create-qgp@latest
To clone this repo:
git clone https://github.com/JLarky/qgp.app.git && cd qgp.app # clone repo
npm i -g @antfu/ni && ni # install dependencies
nr dev # start dev server
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm i -g @antfu/ni |
Adds ni binary to help you with the insallation |
ni |
Installs dependencies |
npm run dev or nr dev |
Starts local dev server at localhost:3000 and localhost:5173 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |
Check out the website.
- Astro: https://astro.build/
- Vite: https://vitejs.dev/
- Ryan Florence 👍 tweet
- website template