CodeAbode/README.md

11 lines
144 B
Markdown
Raw Permalink Normal View History

2024-06-02 20:32:07 +02:00
# Running
```bash
npm i
npm run dev
```
2024-06-02 21:37:24 +02:00
for production enter `npm run build`
2024-06-02 20:32:07 +02:00
website files for production are in the generated `dist` folder