GithubHelp home page GithubHelp logo

wuphonsreach / ffxiv-craft-opt-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doxxx/ffxiv-craft-opt-web

0.0 1.0 0.0 50.49 MB

Web frontend for FFXIV Crafting Optimizer service.

License: zlib License

HTML 17.52% CSS 5.25% JavaScript 76.62% Python 0.58% Batchfile 0.02% Dockerfile 0.01%

ffxiv-craft-opt-web's Introduction

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 the app subdirectory in this repository with your webserver
  • install node.js and run:
    • npm install
    • npm start
  • install browser-sync and run:
    • browser-sync start --port 8001 --server app --files app
  • install Docker and run:
    • docker build -f Dockerfile.dev -t ffxiv-craft-opt-web-dev .
    • docker run --rm -it -p 8001:8001 ffxiv-craft-opt-web-dev

The node.js, browser-sync and Docker methods options will serve the website on port 8001. Browser-sync should automatically launch your default browser and load the app.

Note that if you're using Docker on Windows or OS X via VirtualBox, you'll have to use the IP address of the Linux VM (usually 192.168.99.100) that is hosting Docker, instead of localhost. The Dockerfile.dev method will mount the app source as a volume so changes will be reflected when the browser is refreshed.

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.

ffxiv-craft-opt-web's People

Contributors

ahmadaymana99 avatar aricstewart avatar btford avatar butterflo avatar doxxx avatar elnur avatar ermad avatar gr3ger avatar igorminar avatar jeffbcross avatar jengines avatar kongspark avatar kurax avatar lokyst avatar marcenuc avatar mhevery avatar michaelneale avatar nmarques-ext-delfingen avatar noshlag avatar petebacondarwin avatar philspitler avatar queenschou avatar ryan-dyer-sp avatar ryuanerin avatar saltfish-x avatar segeda avatar shammylevva avatar vojtajina avatar xflobot avatar yls888 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.