Skip to content

Commit

Permalink
chore: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 11, 2024
1 parent b1bdb87 commit 394a579
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop
workflow_dispatch:

concurrency:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @tendrelhq/graphql

1. install: `bun install`
2. compile: `bun compile`
3. start:
a. `bun start`; must set up postgres on your own
b. `docker compose up`; includes a postgres container
c. `just start`; via [just]

[just]: https://github.com/casey/just
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ deploy:
copilot deploy --env {{deploy_env}}

start:
docker compose up --detach --watch
docker compose up --detach

0 comments on commit 394a579

Please sign in to comment.