Merge pull request #183 from eltociear/patch-1
docs: update quickstart.mdx
This commit is contained in:
commit
db1df82b1a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue