You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,7 +89,7 @@ To edit files it is suggested that a code editor such as Visual Studio Code is u
89
89
* Create a fork of the project following Github's instructions above.
90
90
* Open a terminal
91
91
* 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
+
93
93
94
94
OpenCRE depends on Makefiles to automate the setup and execution of several aspects.
95
95
You can install the project by running `make install`.
@@ -104,7 +104,7 @@ You can run `cp cres/db.sqlite standards_cache.sqlite`
104
104
105
105
## Running locally
106
106
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.
108
108
109
109
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.
0 commit comments