An open API service indexing awesome lists of open source software.

https://github.com/bjorntheprogrammer/regicide-aoe4-typescript

An example of an aoe4mod typescript project
https://github.com/bjorntheprogrammer/regicide-aoe4-typescript

Last synced: about 1 year ago
JSON representation

An example of an aoe4mod typescript project

Awesome Lists containing this project

README

          

# Aoe4Mod Starter Template

## Setup

Install the dependencies:

```bash
npm install
```

## Dev Mode

Build your mod everytime you make a change:

```bash
npm run dev
```

## Build

Build your mod once:

```bash
npm run build
```