From bd61d50764e75d639e5984ecfdc9e480e2b089cc Mon Sep 17 00:00:00 2001 From: sphinxrave <62570796+sphinxrave@users.noreply.github.com> Date: Wed, 11 Oct 2023 20:55:33 -0700 Subject: [PATCH] modify readme about next branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a96535a9..b35e408a3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ ## Setup for Development +### Important: the bulk of development is currently happening on the `next` branch!!! If you would like to participate in Holodex React development, please check out the `next` branch and PR against it! The contribution/development readme is in `/package/react/README.md`! + ``` -git clone git@github.com:RiceCakess/Holodex.git +git clone git@github.com:HolodexNet/Holodex.git npm install # By default the api is proxied to staging, copy, rename and edit the .env.placeholder to change API_BASE_URL npm run serve