Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danikaze/ipesc
Utilities and data for the IPESC racing community
https://github.com/danikaze/ipesc
Last synced: about 1 month ago
JSON representation
Utilities and data for the IPESC racing community
- Host: GitHub
- URL: https://github.com/danikaze/ipesc
- Owner: danikaze
- Created: 2023-10-16T02:25:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T09:08:08.000Z (5 months ago)
- Last Synced: 2024-08-05T10:43:32.084Z (5 months ago)
- Language: TypeScript
- Homepage: https://danikaze.github.io/ipesc/
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPESC
Utilities and data for the IPESC racing community.
[Check the data here](http://danikaze.github.io/ipesc).
## Dev
To generate the user script files in `dist-fns` (that will be provided in the admin page)
```sh
npm run build:fns
```To build a static version of the pages
```sh
npm run build:pages
```Which will trigger
```sh
npm run build:process-data
```generating a _lightweight_ version of the raw data (from [raw-sgp-data](./raw-sgp-data/)) into `src/processed-data/` in the needed format to show the data, imported by the rest of the components.