https://github.com/affectedarc07/profilerfrontend
Profiler Visualisation Frontend for ParadiseSS13
https://github.com/affectedarc07/profilerfrontend
antd paradisess13 profiler react visualiser
Last synced: 29 days ago
JSON representation
Profiler Visualisation Frontend for ParadiseSS13
- Host: GitHub
- URL: https://github.com/affectedarc07/profilerfrontend
- Owner: AffectedArc07
- License: agpl-3.0
- Created: 2022-03-02T20:31:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T20:51:53.000Z (over 4 years ago)
- Last Synced: 2025-10-11T08:18:15.141Z (8 months ago)
- Topics: antd, paradisess13, profiler, react, visualiser
- Language: JavaScript
- Homepage: https://www.paradisestation.org/profilerviewer/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
# Paradise Profiler Frontend
React webapp for visualising profiler data from the Paradise Public API ().
## Building
1. Run `npm ci` to make sure you have all dependencies installed
2. Run `npm run build` to build the project. All the files you need to deploy can then be found in `dist`.
2.1 The build might take a while. The chart library has 2 megabytes that needs shading in for some reason.
## Developing
Run `npm run start` to launch the WebPack dev server.
## License
This project is licensed under AGPL-3. You can find a copy of this license in the file `LICENSE.MD`.