blob: 91d0948767d95b94ce9f5af3080f0f1d36a87f7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Live site:
(soon avail)
## For local running:
## Requirements
1. Install the application: `npm install`
2. Start the server: `node server.js`
3. View in browser at `http://localhost:3000`
|