Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wasp-lang/render-ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 26, 2024
2 parents 6a09b5a + c5eb3a2 commit 8439060
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A Simple ToDo App w/ Typescript & Fullstack Type Saftey ⛑

Live app: https://render-ghcr-client-main.onrender.com

## Running it locally

1. Make sure you have the latest version of [Wasp](https://wasp-lang.dev) installed by running `curl -sSL https://get.wasp-lang.dev/installer.sh | sh` in your terminal.
Expand All @@ -9,3 +11,9 @@
5. Go to `localhost:3000` in your browser (your NodeJS server will be running on port `3001`)
6. Install the Wasp extension for VSCode to get the best DX
7. Check out the docs for more info on wasp's [features](https://wasp-lang.dev/docs/language/features) and step-by-step [guides](https://wasp-lang.dev/docs)

## Deploying to Render.com

This app is deployed using Render.com and Github Container Repository.

It builds the app and Docker images for the server and the client in the Github action. The images are then pushed to the Github Container Registry.

0 comments on commit 8439060

Please sign in to comment.