HL7-1: add example .env files to client and server

This commit is contained in:
Markus Thielker 2025-07-30 13:03:51 +02:00
parent bb3a6a5d8e
commit 1402b4f1ed
3 changed files with 9 additions and 2 deletions

View file

@ -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