Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 790 Bytes

Logo
Written by W2.Wizard for the 42 Network

About

An opensource tool that lets you modify the galaxy graph or 'Holy'graph of Intra (V2).

Screen Shot 2022-08-23 at 10 59 29 AM

Setup

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