Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 612 Bytes

readme.md

File metadata and controls

30 lines (27 loc) · 612 Bytes

TxSSC Dashboard

Project is split into the api and client portions.

Project layout

.
├── api
│   ├── app.js
│   ├── controllers
│   ├── sockets
│   └── test
├── client
│   ├── app
│   ├── assets
│   ├── build
│   ├── index.html
│   ├── modules
│   ├── config.json
│   └── readme.md
├── package.json
└── readme.md

Config

Environment variables

DASHBOARD_PORT - specifies which port the dashboard should listen on

To build client

  • cd client/ && node build