minecraft-monitor/frontend/README.md

10 lines
110 B
Markdown
Raw Permalink Normal View History

2024-03-02 02:54:27 +00:00
## development
```
npm install
npx parcel src/index.html
```
## build
```
npx parcel build src/index.html
```