Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/w2wizard/galaxygraph
- Owner: W2Wizard
- License: mit
- Created: 2022-06-26T21:58:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T12:56:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T18:03:05.311Z (7 months ago)
- Topics: 42
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 3
- 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.
![image](https://user-images.githubusercontent.com/63303990/178143182-09b83082-2d41-44fd-973d-c9545b49ff4f.png)