Wiki from RTS Game Age of Mythology
Age of Mythology (AoM) is a real-time strategy video game developed by Ensemble Studios and published by Microsoft Game Studios. It was released on October 31, 2002 in North America and on November 14, 2002 in Europe.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
AoM-API is GNU GENERAL PUBLIC LICENSE.