Add development readme
This commit is contained in:
parent
5dec454afb
commit
4f08e4d57f
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -1,3 +1,21 @@
|
|||
# Tether
|
||||
|
||||
Communication server using the Nexlink protocol
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue