This repo is the website of FOE Tools, a set of tools for Forge of Empires.
Using npm:
npm installUsing npm:
npm startUsing npm:
npm run devBuild the project in production mode:
Using npm:
npm run buildThe generated static site will be placed in dist/.
Generate all files for production (or test for production):
npm run generate:ghNote: You need an HTTP server to test with generated. You can use http-serve.
To run all test just execute this command:
npm run testYou can run unit test with:
npm run test:unitIf you want to run in watch mode just add :watch:
npm run test:unit:watchYou can run unit test with:
npm run test:e2eSee 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.
See CONTRIBUTORS.md
MIT