Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze authored May 12, 2021
1 parent b067634 commit 14d3dd7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# P2-Project
# FCDS (Food Courier Distribution Simulation)

This program is designed to simulate the effect of adding idle zones to a food courier delivery service.
The software is developed by the P2-Project SW2 B2-14 team.

<!-- GETTING STARTED -->
## Getting Started
Expand All @@ -22,7 +23,7 @@ npm install

3. While in the root folder, start the server by running `index.js` with `NodeJS`
```sh
node .\node\index.js
node node/index.js
```

4. The site can be visited in a browser at the address `localhost:3190`
Expand All @@ -31,8 +32,6 @@ node .\node\index.js
http://localhost:3190/
```

Alternatively, the program can be accessed directly on [GitHub Pages](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

### Using the program

1. **Graph visualization**
Expand Down Expand Up @@ -65,7 +64,7 @@ This means that the simulation performs faster, and provides many useful statist
### <a name="#graph-presets"></a>Graph presets (and legend)

![Graph presets](https://raw.githubusercontent.com/KarmaKamikaze/FCDS/master/.github/Graphs.png)
![Graph legend](https://raw.githubusercontent.com/KarmaKamikaze/P2-Project/dev/node/PublicResources/html/legend.png)
![Graph legend](https://raw.githubusercontent.com/KarmaKamikaze/FCDS/master/node/PublicResources/html/legend.png)

<!-- LICENSE -->
## License
Expand All @@ -76,4 +75,4 @@ This means that the simulation performs faster, and provides many useful statist
<!-- CONTACT -->
## Contact

Project Link: [https://github.com/KarmaKamikaze/FCDS](https://github.com/KarmaKamikaze/P2-Project)
Project Link: [https://github.com/KarmaKamikaze/FCDS](https://github.com/KarmaKamikaze/FCDS)

0 comments on commit 14d3dd7

Please sign in to comment.