From dd04154368e53edc557f3e2f84e557faffaac826 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:00:20 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ed284dd..25a11fce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,15 @@ React + Django based web portal for editing RSForm schemas +# Developer Setup Notes +- Install Python 3.9, NodeJS, VSCode +- copy import wheels from ConceptCore to rsconcept\backend\import +- run rsconcept\backend\LocalEnvSetup.ps1 +- run 'npm install' in rsconcept\frontend +- use VSCode configs in root folder to start developement + + # This project was made possible because of these incredible projects and tools This project is based on multiple projects and works listed below. If you notice any problems with licensing or missing acknowledgements please inform repository maintainer. -- TODO \ No newline at end of file +- TODO