Analytics dashboard enables users to interact with the Open API for Analytics.
git clone [email protected]:far-edge/analytics-dashboard.git
cd analytics-dashboard
nodeenv -n 10.1.0 --prebuilt env
source env/bin/activate
npm install
Create .env based on .env.example.
cp .env.example .env
Edit .env.
npm start
npm run build
The dist folder contains the build to be distributed.
npm run lint
deactivate_node