Skip to content

Files

Latest commit

 

History

History
48 lines (31 loc) · 925 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 925 Bytes

AoM Logo

AoM-API

Wiki from RTS Game Age of Mythology

Description

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.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

License

AoM-API is GNU GENERAL PUBLIC LICENSE.