Skip to content
3 changes: 3 additions & 0 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ SIGNUP_DISCORD_WEBHOOK_URL=
DISCORD_INVITE_LINK=
IPFS_DOMAIN=ipfs.internal.citizenwallet.xyz
BOT_PRIVATE_KEY=

# AI
OPENAI_API_KEY=
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ A Discord bot powered by discord.js and TypeScript.
```

For development with auto-restart:

```bash
npm dev
```

## Local development

Run cloudflared in a terminal and add he tunnel url to Url mapping in discord developer console

```bash
docker run cloudflare/cloudflared:latest tunnel --url http://localhost:3000
```
Loading