HL7-1: add documentation #4
3 changed files with 9 additions and 2 deletions
|
@ -18,8 +18,9 @@ to a different client, the server sends back an acknowledgement and notifies the
|
|||
# Getting started
|
||||
|
||||
1. Download the sources of the project
|
||||
2. Execute `bun install` and `bun run dev` in the root directory
|
||||
3. Start customizing the code to your needs
|
||||
2. Copy the .env.example files to .env files
|
||||
3. Execute `bun install` and `bun run dev` in the root directory
|
||||
4. Start customizing the code to your needs
|
||||
|
||||
# Deployment
|
||||
|
||||
|
|
2
packages/client/.env.example
Normal file
2
packages/client/.env.example
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
PUBLIC_SERVER=localhost:8080
|
4
packages/server/.env.example
Normal file
4
packages/server/.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
PORT=8080
|
||||
PREFIXES=STA,LAB
|
||||
POOL_SIZE=100
|
Loading…
Add table
Add a link
Reference in a new issue