Skip to content

Latest commit

 

History

History
96 lines (49 loc) · 1.13 KB

README.md

File metadata and controls

96 lines (49 loc) · 1.13 KB

FOE Tools

This repo is the website of FOE Tools, a set of tools for Forge Of Empire.

Install

Using npm:

npm install

Using yarn:

yarn

Starting the server

Using npm:

npm start

Using yarn:

yarn start

Build a static site

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

TODO

See issues.

Contributing

See CONTRIBUTING.md

Changelog

See CHANGELOG.md

Code of Conduct

This project adheres to the Contributor Covenant. By participating in this project you agree to abide by its terms.

License

MIT