Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w2wizard/galaxygraph

See 42 ? Making a graph isn't that hard if you actually bothered.
https://github.com/w2wizard/galaxygraph

42

Last synced: about 6 hours ago
JSON representation

See 42 ? Making a graph isn't that hard if you actually bothered.

Awesome Lists containing this project

README

        


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](https://github.com/FreekBes/improved_intra/) 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.

``` bash
npm install
npm run build # use npm run build-windows on Windows
```

or

```bash
tsc tsconfig.json
```

Then open the `index.html` in the www folder.

![image](https://user-images.githubusercontent.com/63303990/178143182-09b83082-2d41-44fd-973d-c9545b49ff4f.png)