aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 15:30:03 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 15:30:03 +0200
commite1af1d73e06924b0ab579aec1c707768bba2f001 (patch)
tree36b2cc75f42a997109476c2de14206fe6a959639 /README.md
parentRemove seam in logo (diff)
downloadferdium-app-e1af1d73e06924b0ab579aec1c707768bba2f001.tar.gz
ferdium-app-e1af1d73e06924b0ab579aec1c707768bba2f001.tar.zst
ferdium-app-e1af1d73e06924b0ab579aec1c707768bba2f001.zip
Add development info to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7af22e09..2d06a0345 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,27 @@ $ npm run build
20 20
21Deliverables will be available in the `./out` folder. 21Deliverables will be available in the `./out` folder.
22 22
23## Developing
24### Preparations
25- [Install Linux dependencies](docs/linux.md) if you are developing on Linux
26- Make sure you are running NodeJS v10. Versions above will throw an errow when trying to install due to an [old fsevent dependency](https://github.com/fsevents/fsevents/issues/278)
27
28### Setup
291. Fix native modules to match current electron node version
30 ```
31 npm run rebuild
32 ```
332. Install dependencies using lerna
34 ```
35 npx lerna bootstrap
36 ```
373. Run Ferdi Development App
38 Run these two commands *simultaneously* in different console tabs.
39 ```
40 npm run dev
41 npm run start
42 ```
43
23## Releases 44## Releases
24 45
25You can find the binaries for Linux, MacOS and Windows in the [latest release](https://github.com/kytwb/Ferdi/releases/tag/Ferdi-5.2.0-beta.3) assets. Assets are continuously delivered through [Travis](https://travis-ci.org/kytwb/Ferdi) for Linux/MacOS and [Appveyor](https://ci.appveyor.com/project/kytwb/Ferdi) for Windows. 46You can find the binaries for Linux, MacOS and Windows in the [latest release](https://github.com/kytwb/Ferdi/releases/tag/Ferdi-5.2.0-beta.3) assets. Assets are continuously delivered through [Travis](https://travis-ci.org/kytwb/Ferdi) for Linux/MacOS and [Appveyor](https://ci.appveyor.com/project/kytwb/Ferdi) for Windows.