555 B
555 B
EaglerTiers Local Setup
Quick Start (Windows)
- Open PowerShell in the project root
eaglertiers. - Run:
./run-local.ps1
This script will:
- start a local MariaDB instance if needed,
- seed sample players,
- start the API + static frontend at
http://localhost:3000.
Manual Commands
npm install
npm run seed
npm start
Discord bot (separate terminal):
npm run bot
Notes
.envalready includes default local DB settings.- Update
DISCORD_BOT_TOKENin.envbefore running the bot.