Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: clarify running instructions #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# TaskGraph
To run use ./run_local.sh.
To run this locally, start by installing the dependencies:

Your default browser should then launch at localhost:3000 along with the backend at localhost:3001.
```
npm install
```

Then execute the launch script:

```
./run_local.sh
```

Your default browser should then launch at `localhost:3000`, along with the backend at `localhost:3001`.

Furthermore a docker container should start up running the mongodb backend.
Furthermore, a Docker container should start up running the mongodb backend.

Below is the documentation from the forked repository.

Expand Down