This repo is the website of FOE Tools, a set of tools for Forge Of Empire.
Using npm:
npm install
Using yarn:
yarn
Using npm:
npm start
Using yarn:
yarn start
Build the project in production mode:
Using npm:
npm run build
Using yarn:
yarn run build
The generated static site will be placed in dist/
.
Generate all files for production (or test for production):
npm run generate
Using yarn:
yarn run generate
See 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