Update README to have twitter link and new url

This commit is contained in:
1ilit 2024-07-08 01:51:17 +03:00
parent aecc5a134e
commit 4cc0811bc1

View File

@ -8,13 +8,15 @@
<a href="https://drawdb.vercel.app/">drawDB</a> <a href="https://drawdb.vercel.app/">drawDB</a>
· ·
<a href="https://discord.gg/BrjZgNrmR6">Discord</a> <a href="https://discord.gg/BrjZgNrmR6">Discord</a>
·
<a href="https://x.com/drawDB_">X</a>
</p> </p>
<h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3> <h3 align="center"><img width="700" style="border-radius:5px;" alt="demo" src="drawdb.gif"></h3>
## drawDB ## 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 ## Getting Started
@ -37,11 +39,10 @@ npm run build
``` ```
### Docker Build ### Docker Build
```bash ```bash
docker build -t drawdb . docker build -t drawdb .
docker run -p 3000:80 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. 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.