This repo is the website of FOE Tools, a set of tools for Forge Of Empire.
Using npm:
npm installUsing yarn:
yarn
Using npm:
npm startUsing yarn:
yarn start
Build the project in production mode:
Using npm:
npm run buildUsing yarn:
yarn run build
The generated static site will be placed in dist/.
Generate all files for production (or test for production):
npm run generateUsing yarn:
yarn run generateSee issues.
See CONTRIBUTING.md
See CHANGELOG.md
This project adheres to the Contributor Covenant. By participating in this project you agree to abide by its terms.
MIT