mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-09 17:06:15 +00:00
20 lines
467 B
Markdown
20 lines
467 B
Markdown
# Running the Bot
|
|
|
|
## What it does
|
|
Explains the basic commands to start the bot.
|
|
|
|
## How to use
|
|
- `npm start` — builds if needed and runs once.
|
|
- `npm run dev` — runs from source while you edit.
|
|
- `npm run dashboard` — starts the web dashboard.
|
|
- `npm run creator` — opens account creation mode.
|
|
- `npm run docker:compose` — runs inside Docker with the provided compose file.
|
|
|
|
## Example
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
---
|
|
**[← Back to Documentation](index.md)**
|