From b7045b3c5e430cff48f6b9b27fa86faed1be5d40 Mon Sep 17 00:00:00 2001 From: Frank Qiao <86399894+FrankQQQQ@users.noreply.github.com> Date: Thu, 8 Dec 2022 23:23:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63cc344..0c4660f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Note: Users do not need to create a Stripe account to make payment/subscribe. Th - You can change your plan at anytime by repeating the same process. -### Development +# For developer 1. On macOs, install Docker/Docker Compose. Make sure docker daemon is running. If is LINUX, go to next step. 2. At root folder, run `sh script/bootstrap`. This will install the required dependencies for this app and run `docker-compose up`.