Skip to content

aocpip/aoe2stats

Repository files navigation

aoe2stats.net

Age of Empires II statistics website.

Includes unit, building, civilization and technology information and statistics.

Development

Setup

  • requires node js with yarn
  • clone the git repository
    git clone https://github.com/aocpip/aoe2stats.git
  • install dependencies and run (live reloading doesn't work yet)
yarn
yarn dev
  • browser window should automatically open (localhost:8080)

Release

Use npm version commands. E.g.

npm version patch