fix not being able to compile app
This commit is contained in:
parent
6654677c43
commit
77aacde349
4 changed files with 3345 additions and 9868 deletions
2
.mise.toml
Normal file
2
.mise.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[tools]
|
||||
node = "latest"
|
1
.nvmrc
1
.nvmrc
|
@ -1 +0,0 @@
|
|||
10.15.0
|
|
@ -2,16 +2,17 @@
|
|||
|
||||
For repos, work, and more
|
||||
|
||||
Uses [mise](https://mise.jdx.dev/), install necessary runtimes with `mise install`
|
||||
|
||||
## Developing
|
||||
|
||||
In two terminals
|
||||
|
||||
```sh
|
||||
# first terminal
|
||||
npm run start
|
||||
npm start
|
||||
|
||||
# second terminal
|
||||
npm run start:styles
|
||||
npm run start:site
|
||||
```
|
||||
|
||||
## Building for production, static site
|
||||
|
|
13203
package-lock.json
generated
13203
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue