Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 486 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 486 Bytes

Description

Frontend application for Rucio operational intelligence project.

Installation

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