Update to use pnpm instead of npm
This commit is contained in:
parent
53d803581e
commit
9773585442
5 changed files with 1319 additions and 2139 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue