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
- Host: GitHub
- URL: https://github.com/bjorntheprogrammer/regicide-aoe4-typescript
- Owner: BjornTheProgrammer
- Created: 2023-11-24T10:08:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T10:16:55.000Z (over 2 years ago)
- Last Synced: 2025-05-23T17:42:10.574Z (about 1 year ago)
- Language: TypeScript
- Size: 5.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```