https://github.com/flix/api.flix.dev
https://github.com/flix/api.flix.dev
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flix/api.flix.dev
- Owner: flix
- Created: 2021-10-30T07:38:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T08:40:59.000Z (over 2 years ago)
- Last Synced: 2025-03-01T04:44:56.749Z (11 months ago)
- Language: JavaScript
- Size: 447 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# api.flix.dev
The source code for api.flix.dev.
## Building
In [Flix](https://github.com/flix/flix) repository:
```
cd main/src/library
java -jar ../../../build/libs/flix.jar --doc
```
Copy the resulting `build/api/api.json` file to replace `src/Data.js` in this repository and edit the first line to read:
```
export default {
```
Then:
```
npm ci
npm start
```