11 lines
138 B
Markdown
11 lines
138 B
Markdown
### Prerequisites
|
|
|
|
* Reasonably up to date Node + `npm`
|
|
|
|
### Running it
|
|
|
|
```
|
|
npm install
|
|
npm start # starts a webserver on port 8888
|
|
```
|