diff --git a/README.md b/README.md index 0c18c44..e5030f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Tether -Communication server using the Nexlink protocol \ No newline at end of file +Communication server using the Nexlink protocol + +## Setting up development environment + +### Install dependencies +- npm install + +### Set up and start postgres database +- docker compose pull +- docker compose up + +### Create database migrations +- npx prisma migrate dev + +### Generate database client +- npx prisma generate + +### Start the server +- npm start