This project contains the source for the FFXIV Crafting Optimizer Website. It uses AngularJS, AngularUI Bootstrap, and Bootstrap.
You can pick one of these options:
- serve this repository with your webserver
- install node.js and run:
npm install
node scripts/web-server.js
Then navigate your browser to http://localhost:<port>/app/index.html
to see the app running in
your browser.
Localization files can be found in app/locale
. The app/locale/en.json
file is purposefully
missing because the English strings are used as the translation keys. Strings which require
interpolation are defined in app.js so that they can be displayed immediately as a fallback until
the actual locale json file finishes loading.