Merge pull request #183 from eltociear/patch-1

docs: update quickstart.mdx
This commit is contained in:
Nevo David 2024-09-01 22:58:21 +07:00 committed by GitHub
commit db1df82b1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ title: 'Quickstart'
To run the project you need to have multiple things:
- Node.js (version 18+)
- PostgresSQL (or any other SQL database)
- PostgreSQL (or any other SQL database)
- Redis
- Resend account
- Cloudflare R2 for uploads (optional, can use local machine)
@ -17,7 +17,7 @@ To run the project you need to have multiple things:
A complete guide of how to install NodeJS can be found [here](https://nodejs.org/en/download/).
### PostgresSQL (or any other SQL database)
### PostgreSQL (or any other SQL database)
Make sure you have PostgreSQL installed on your machine.<br />
If you don't, you can install [Docker](https://www.docker.com/products/docker-desktop) and run: