You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A basic [Elysia](https://elysiajs.com/) app running on [Bun](https://bun.sh/) with a Dockerfile and compose.yaml ready to deploy to AWS with [Defang](https://defang.io).
2. (Optional) If you are using [Defang BYOC](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html) authenticated with your AWS account
10
+
3. (Optional - for local development) [Docker CLI](https://docs.docker.com/engine/install/)
11
+
12
+
13
+
## Deploying
14
+
15
+
1. Run `defang login` if you are not yet logged in.
16
+
4. Run `defang compose up`.
17
+
5. Your app will be running within a few minutes.
18
+
19
+
20
+
## Local Development
21
+
22
+
1. Run `docker compose -f compose.dev.yaml up`
23
+
24
+
25
+
---
26
+
27
+
Title: Elysia × Bun × Defang
28
+
29
+
Short Description: A basic Elysia app running on Bun with Defang.
0 commit comments