Bringing order to Fate/Grand Order
BSD 3-Clause, see LICENSE.
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 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.