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: 6 months ago
JSON representation
See 42 ? Making a graph isn't that hard if you actually bothered.
- Host: GitHub
- URL: https://github.com/w2wizard/galaxygraph
- Owner: W2Wizard
- License: mit
- Created: 2022-06-26T21:58:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T12:56:07.000Z (over 2 years ago)
- Last Synced: 2024-11-17T09:48:22.658Z (8 months ago)
- Topics: 42
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ft_galaxygraph
---
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.
