Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/qgp.app
QGP website
https://github.com/jlarky/qgp.app
astrojs reactjs vite
Last synced: 2 days ago
JSON representation
QGP website
- Host: GitHub
- URL: https://github.com/jlarky/qgp.app
- Owner: JLarky
- Created: 2023-01-25T18:55:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T01:36:46.000Z (over 1 year ago)
- Last Synced: 2024-04-23T21:52:25.311Z (7 months ago)
- Topics: astrojs, reactjs, vite
- Language: Astro
- Homepage: https://qgp.app/
- Size: 2.56 MB
- Stars: 28
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/JLarky/qgp.app)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/JLarky/qgp.app)## 🧞 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](https://qgp.deno.dev/).
## Credit
- Astro: [https://astro.build/](https://astro.build/)
- Vite: [https://vitejs.dev/](https://vitejs.dev/)
- Ryan Florence 👍 [tweet](https://twitter.com/JLarky/status/1618286589356171266)
- [website template](https://github.com/jazzypants1989/astro-docs-template)