Skip to content

Commit

Permalink
Update README to have twitter link and new url
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilit committed Jul 7, 2024
1 parent aecc5a1 commit 4cc0811
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
<a href="https://drawdb.vercel.app/">drawDB</a>
·
<a href="https://discord.gg/BrjZgNrmR6">Discord</a>
·
<a href="https://x.com/drawDB_">X</a>
</p>

<h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3>

## drawDB

DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export sql scripts, customize your editor, and more without creating an account. See the full set of features [here](https://drawdb.vercel.app/).
DrawDB is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export sql scripts, customize your editor, and more without creating an account. See the full set of features [here](https://drawdb.app/).

## Getting Started

Expand All @@ -37,11 +39,10 @@ npm run build
```

### Docker Build

```bash
docker build -t drawdb .
docker run -p 3000:80 drawdb
```


Set up the [server](https://github.com/drawdb-io/drawdb-server) and environment variables according to `.env.sample` for the survey and bug report forms.

2 comments on commit 4cc0811

@FelixZY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 8 needs to be updated as well

@FelixZY
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it in #153

Please sign in to comment.