Dashboard setup
The server should come with a default dashboard http://localhost:8080/dashboard (opens in a new tab).
Running the latest version
To run experimental features clone the github project and run npm run start in the dashboard directory
git clone https://github.com/nickm980/smallville/
cd dashboard
npm i
npm run start
The dashboard will be accessible at http://localhost:3000/ (opens in a new tab)