Update to use pnpm instead of npm (#7)

Reviewed-on: #7
Co-authored-by: chrisdill <chrisdude134@gmail.com>
Co-committed-by: chrisdill <chrisdude134@gmail.com>
This commit is contained in:
2024-09-01 15:35:47 -04:00
committed by rgebee
parent 0d1f83288d
commit 826f8f9f2c
5 changed files with 1319 additions and 2139 deletions

View File

@ -1,17 +1,12 @@
# quartznet.info
This is our main website where you can find information about us and what we do.
This website is a work in progress and subject to change.
Main website for quartznet.
## Building
Work in progress and subject to change.
1. `npm install`
1. `pnpm install`
2. `npm run build`
## Serving
1. `npm run dev`
2. `pnpm run dev`
## License