An open API service indexing awesome lists of open source software.

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

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
```