https://github.com/dcastro/ff7ec-support-team-builder
A team builder application for FF7 Ever Crisis
https://github.com/dcastro/ff7ec-support-team-builder
Last synced: 3 months ago
JSON representation
A team builder application for FF7 Ever Crisis
- Host: GitHub
- URL: https://github.com/dcastro/ff7ec-support-team-builder
- Owner: dcastro
- License: apache-2.0
- Created: 2025-01-06T10:22:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-01T09:48:02.000Z (11 months ago)
- Last Synced: 2025-09-26T22:34:14.584Z (9 months ago)
- Language: PureScript
- Homepage: https://diogocastro.com/ff7ec-team-builder/
- Size: 5.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FF7 Ever Crisis - Support Team Builder
## Development
Requires Node.js and `npm`.
```sh
npm install -g purescript spago parcel esbuild
```
Most commands below use [justfile](https://github.com/casey/just).
To launch the app in the browser:
```sh
just run
```
## Test
```sh
just regen-weapons
just test
```
## Production
Run `just build-prod` to build the minified production bundle, you can find it in the `/docs` folder.
To test the production output locally, run:
```sh
npm install -g http-server
http-server docs -o
```