Skip to content

Commit 4d655da

Browse files
Pa04rthnorthdpole
authored andcommitted
Channge in DevelopmentSetup document
1 parent 59d179e commit 4d655da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developmentSetup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to contribute code to opencre you need a system that is setup for pytho
2727

2828
Assuming a Debian based system (e.g. ubuntu) you can install supporting tools with the following:
2929
```bash
30-
sudo apt update && sudo apt install -y curl git python3 build-essential curl libpq-devel python3-dev sqlite3
30+
sudo apt update && sudo apt install -y curl git python3 build-essential curl libpq-dev python3-dev sqlite3
3131
```
3232

3333
### MacOS
@@ -89,7 +89,7 @@ To edit files it is suggested that a code editor such as Visual Studio Code is u
8989
* Create a fork of the project following Github's instructions above.
9090
* Open a terminal
9191
* Clone your fork locally with ` git clone <the url of your fork starting with git@github.com>`
92-
* Change into the working directory `cd common-requirement-enumeration`
92+
9393

9494
OpenCRE depends on Makefiles to automate the setup and execution of several aspects.
9595
You can install the project by running `make install`.
@@ -104,7 +104,7 @@ You can run `cp cres/db.sqlite standards_cache.sqlite`
104104

105105
## Running locally
106106

107-
You can run the backend with `make dev-run`. At the time of writing the backend URL is `http://localhost:5000` by default.
107+
You can run the backend with `make dev-flask`. At the time of writing the backend URL is `http://localhost:5000` by default.
108108

109109
You can run the frontend with `yarn start`. This should open a browser tab at the application's front page and also automatically reload the page whenever changes are detected. At the time of writing the frontend URL is `http://localhost:9001` by default.
110110

0 commit comments

Comments
 (0)