Frontend application for Rucio operational intelligence project.
Fork the repo into your personal project and clone the project.
cd ~/projects/rucio-opint-frontend
git clone https://github.com/Panos512/rucio-opint-frontend
Install JS dependencies:
npm install
Run webpack to bundle JS and keep watching for changes:
npm run devwatch
Run the webpack-dev-server:
npm run dev