Written by W2.Wizard for Codam Coding College
A recreation of the 'Holy Graph' used on 42's Intranet. The goal of this project is to introduce a new graph for the Improved Intra project and build a cursus editor for staff.
Though this project uses typescript, its intent is to be used with plain javascript in a product. TS is only used for development and the usage of auto-complete.
npm install
npm run build # use npm run build-windows on Windows
or
tsc tsconfig.json
Then open the index.html
in the www folder.