11 lines
144 B
Markdown
11 lines
144 B
Markdown
# Running
|
|
|
|
```bash
|
|
npm i
|
|
npm run dev
|
|
```
|
|
|
|
for production enter `npm run build`
|
|
|
|
website files for production are in the generated `dist` folder
|