From 429a376ccfd855a11a1ef426b931c018f9dc965b Mon Sep 17 00:00:00 2001 From: Lucas <5874806+RecoX@users.noreply.github.com> Date: Thu, 31 Jan 2019 11:41:31 +1300 Subject: [PATCH 1/2] Recommended readings to start working in the app. As there is no too much information in the readme.md in how is this made, I think put a link of Electron and React to have an idea of the technologies used here is a good starter. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 13bc1d01..19944003 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,15 @@ The Mac app can only be packaged from **macOS**. The Linux app can be packaged from **any** platform. + +#### Recommended readings to start working in the app + +Electron: +https://electronjs.org/docs/tutorial/quick-start + +React: +https://reactjs.org/docs/getting-started.html + ### Privacy WebTorrent Desktop collects some basic usage stats to help us make the app better. From 21ee5566a77689ac672f2582afda6135b96437a7 Mon Sep 17 00:00:00 2001 From: Lucas <5874806+RecoX@users.noreply.github.com> Date: Thu, 31 Jan 2019 11:48:37 +1300 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19944003..1f7177ff 100644 --- a/README.md +++ b/README.md @@ -161,12 +161,15 @@ The Linux app can be packaged from **any** platform. #### Recommended readings to start working in the app -Electron: +Electron (Framework to make native apps for Windows, OSX and Linux in Javascript): https://electronjs.org/docs/tutorial/quick-start -React: +React.js (Framework to work with Frontend UI): https://reactjs.org/docs/getting-started.html +Material UI (React components that implement Google's Material Design.): +https://material-ui.com/getting-started + ### Privacy WebTorrent Desktop collects some basic usage stats to help us make the app better.