Skip to content
Snippets Groups Projects
Commit b12bbbbc authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Added note about dependencies to the README.md

parent e47d028c
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ The source code for the repository is split into two parts. The backend code can
`server` directory while the frontend code can be found inside the `client` directory. Both parts
are managed using the `yarn` package manager, but can also be used with `npm` if necessary. The
server and client parts also use the same commands for running building and testing.
Before building or running you will have to make sure that you have installed all dependencies. This
can be done by executing `yarn install` (or `npm install --legacy-peer-deps`).
### How to Run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment