diff --git a/README.md b/README.md index 08af1f5..aec086d 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.