starifiedmc 36e2d11f2e first commit
2026-04-21 21:49:18 -04:00
2026-04-21 21:49:18 -04:00

EaglerTiers Local Setup

Quick Start (Windows)

  1. Open PowerShell in the project root eaglertiers.
  2. 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

  • .env already includes default local DB settings.
  • Update DISCORD_BOT_TOKEN in .env before running the bot.
Description
No description provided
Readme 6.3 MiB
Languages
JavaScript 69.8%
CSS 14.7%
HTML 9.7%
Shell 5.1%
PowerShell 0.6%