update README

This commit is contained in:
Marks Polakovs 2020-04-11 12:27:44 +02:00
parent 018c3ba916
commit 4dca05cf57

View file

@ -6,6 +6,16 @@ The clientside is written in TypeScript using React and Redux, the serverside is
## Development
### Requirements
Client:
* Node.js and Yarn (Yarn 1, 2 isn't supported very well by webpack/typescript/anything really)
Server:
* Python >=3.7
### Installing
Clone the repo and run `yarn`.