Skip to content

Commit 0a8131b

Browse files
committed
docs(README): add section for apps in the monorepo and Docker support
1 parent aaa9604 commit 0a8131b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ git commit -m "chore: release v0.0.1"
9696
pnpm changeset publish
9797
```
9898

99+
# Apps
100+
101+
This monorepo contains two apps: [Lit Auth Server](./apps/lit-auth-server/README.md) and [Lit Login Server](./apps/lit-login-server/README.md).Both apps support Docker builds.
102+
99103
## Releasing Docker Images
100104

101105
- Trigger the `Release Docker Images` GitHub Action (`.github/workflows/release-docker-images.yml`) from the Actions tab once the desired changes are on the branch you want to release from.

apps/lit-auth-server/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ node ./dist/apps/lit-auth-server/main.cjs
2121
```
2222
nx run lit-auth-server:docker-build
2323
```
24+
25+
# Deploy on Railway
26+
27+
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/OYOevk?referralCode=RP1REI&utm_medium=integration&utm_source=template&utm_campaign=generic)

apps/lit-login-server/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ node ./dist/apps/lit-login-server/main.cjs
2121
```
2222
nx run lit-login-server:docker-build
2323
```
24+
25+
# Deploy on Railway
26+
27+
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/RO0wsZ?referralCode=RP1REI&utm_medium=integration&utm_source=template&utm_campaign=generic)

0 commit comments

Comments
 (0)