From df3dc42e8bb944abf49fee2f43a40b525331d89e Mon Sep 17 00:00:00 2001 From: Omri Green Date: Wed, 20 Sep 2023 19:00:31 -0400 Subject: [PATCH] update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c3389a5..6eb11f8 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ pnpm dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. + +## Deployments + +A new deployment of the app is created on every push to `main`. Visit the latest iteration [here](cca-frontend.vercel.app).