Skip to content
Merged

Dev #10

Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: update README to clarify server functions and setup instructions
  • Loading branch information
rootimes committed Jun 25, 2025
commit dd013a66cbf7f2f3bed4c8fca357652cd3d2e054
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
Simple server to handle form submissions via email for drawDB.
This is a simple server that serves as the backend for drawDB. It has 2 functions:

### Get started
1. Send bug reports via email
2. Handle interfacing with the GitHub REST API

Set up the environment variables following `.env.sample`
### Getting Started

Set up the environment variables by following `.env.sample`

```bash
git clone https://github.com/drawdb-io/drawdb-server.git
cd drawdb-server
npm install
npm start
```

### Docker Compose run in dev

```bash
docker compose up -d
```