Skip to content

Commit

Permalink
migrated to the new docs style
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 7, 2022
1 parent 238fa22 commit 95006c2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions webclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Most modern IDEs (like PyCharm) should work as well and have a Plugin.

## Dependencies

First of all, you need npm and node.
On Linux you should install this via your package manager.
On WSL, you can use [this guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-wsl).
### Prerequisites

For getting started, there are some system dependencys which you will need.
Please follow the [system dependencys docs](/resources/documentation/Dependencys.md) before trying to run this part of our project.

### Installing Dependency's

```bash
npm install
Expand Down

0 comments on commit 95006c2

Please sign in to comment.