This repo is the website of FOE Tools, a set of tools for Forge of Empires.
Using npm:
npm install
Using npm:
npm start
Using npm:
npm run dev
Build the project in production mode:
Using npm:
npm run build
The generated static site will be placed in dist/
.
Generate all files for production (or test for production):
npm run generate:gh
Note: You need an HTTP server to test with generated. You can use http-serve.
To run all test just execute this command:
npm run test
You can run unit test with:
npm run test:unit
If you want to run in watch mode just add :watch
:
npm run test:unit:watch
You can run unit test with:
npm run test:e2e
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.
See CONTRIBUTORS.md
MIT