Skip to content

SoeyKitten/ffxiv-craft-opt-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Web frontend for FFXIV Crafting Optimizer service.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 76.6%
  • HTML 17.6%
  • CSS 5.2%
  • Other 0.6%