From 2054f38d085651cc692996be619fdbe8739a0d0c Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 28 Jul 2020 19:19:39 +0300 Subject: [PATCH] updated README.md Signed-off-by: Roman --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1091bb60d4..fc3d19054c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,14 @@ Allows faster separately re-run some of involved processes: 1. `yarn dev:renderer` compiles electron's renderer part and start watching files 1. `yarn dev-run` runs app in dev-mode and restarts when electron's main process file has changed +## Developer's RTFM recommended list: + +- [TypeScript](https://www.typescriptlang.org/docs/home.html) (front-end/back-end) +- [ReactJS](https://reactjs.org/docs/getting-started.html) (front-end, ui) +- [MobX](https://mobx.js.org/) (app-state-management, back-end/front-end) +- [ElectronJS](https://www.electronjs.org/docs) (chrome/node) +- [NodeJS](https://nodejs.org/dist/latest-v12.x/docs/api/) (api docs) + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/lensapp/lens.