A simple TLOPO dashboard.
Please open issues for bugs or feature requests.
Pull requests are welcomed.
Requirements:
- Nodejs
- yarn (npm package)
npm install -g yarn
- serve (optional npm package)
npm install -g serve
Running Locally
- Install dependencies with
yarn
- Start local development server with
yarn start
- Package application with
yarn build
- Run packaged applicaiton with
serve -s build