Skip to content
Snippets Groups Projects
Commit 464b7c41 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Updated README.md to accommodate folder structure during install

parent 685817b5
Branches
Tags
1 merge request!15Refactor
......@@ -52,8 +52,9 @@ To set up a new instance perform the following steps:
3. Install dependencies:
pip install -r requirements.txt
yarn install --modules-folder core/static/node_modules
pip install -r backend/requirements.txt
yarn --cwd frontend/
yarn --cwd backend/
or alternatively with the make task:
......@@ -86,8 +87,7 @@ To set up a new instance perform the following steps:
6. To import some test data in order to see how the application might look like
run:
make loadexamples
make loadexamples
7. Everything is set. You can start the development server with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment