Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 956 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 956 Bytes

FFXIV Crafting Optimizer Website

This project contains the source for the FFXIV Crafting Optimizer Website. It uses AngularJS, AngularUI Bootstrap, and Bootstrap.

Running the app during development

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.

Translations

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.