Skip to content

aocpip/aoe2stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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