From 4dca05cf57d039e886092c263ca83cb06dc0c0e0 Mon Sep 17 00:00:00 2001 From: Marks Polakovs Date: Sat, 11 Apr 2020 12:27:44 +0200 Subject: [PATCH] update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1262ef3..1372c1b 100644 --- a/README.md +++ b/README.md @@ -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`.