Skip to content

JLarky/qgp.app

Repository files navigation

QGP — Astro superpowered by Vite HMR

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

Open in StackBlitz Open with CodeSandbox

🧞 Commands

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

👀 Want to learn more?

Check out the website.

Credit