Skip to content

jnbooth/chaldeas

Repository files navigation

CHALDEAS

Bringing order to Fate/Grand Order

License

BSD 3-Clause, see LICENSE.

Getting Started

Install Elm and npm. The recommended development environment is Visual Studio Code with the Elm IDE extension.

To run a local development instance of the site, use npm run dev. To publish the site, use npm run publish; this requires permission to access the Surge server host.

To test the database's information against GrandOrder.Wiki, run npm run scrape. The page will only work if you temporarily disable Cross-Origin security policies, which is easiest to do with a browser extension like this one for Firefox or this one for Chrome.

Skill Effects

Skill effects are enumerated at the top of Model.Skill. If you aren't sure what an effect means, check its text description in Class.Show. Before adding a new skill effect, make sure it isn't already on the list.

About

CHALDEAS database and Servant manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published