Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 549 Bytes

File metadata and controls

30 lines (15 loc) · 549 Bytes

apunto

Secret squirrel.

Development Setup

Make sure you have the latest Node.js.

npm install -g nodemon
npm install
nodemon server.js

The server should start at:

http://localhost:8080/

The Dashboard is at:

http://localhost:8080/dashboard

The default credentials are admin/admin. On localhost you can log in with any credentials.

Config files