Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 878 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 878 Bytes

ft_galaxygraph

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.


How to build

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.

image