This repository is a mirror of the old Discretize optimizer code. The optimizer rewrite code is located at https://github.com/discretize/discretize-gear-optimizer.
Welcome to the source repository of the Discretize gear optimizer.
- Bootstrap 4 and jQuery
- armory-embeds for beautiful Guild Wars 2 components and tooltips.
- ESLint and EditorConfig for JavaScript linting. (Formatting can be applied via Prettier, though it is not automatically installed.)
- gulp 4 for build and development scripts.
We use Github actions for continuous integration and deployment. Any push to the master branch will trigger the CI and deploy to the bucket of old.discretize.eu
Domain | Branch | Build |
---|---|---|
https://old.discretize.eu | legacy-optimizer |
This project requires node 18! Please make sure to select the correct version of node via nvm or a comparable software before running yarn install
git clone git@github.com:ManuelHaag/discretize-old.git
cd discretize-old
git submodule update --init --recursive
yarn install
To start the browsersync server to see your changes live whenever you save, use:
gulp watch
Feel free to join our discord server for state-of-the-art team communication.