Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 308 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 308 Bytes

Harmony Minimal Starter

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development mode (with live reload)

Start the bot:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev