Written by W2.Wizard for the 42 Network
An opensource tool that lets you modify the galaxy graph or 'Holy'graph of Intra (V2).
As of now building is a bit rough ...
npm install --prefix ./backend
npm install
Start the backend:
npm run start --prefix ./backend
Start the frontend:
npm run start