Merge branch 'master' of github.com:Eugeny/terminus

This commit is contained in:
Eugene Pankov 2021-02-28 12:15:27 +01:00
commit 0ecd47346d
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -10,27 +10,25 @@ First, install the dependencies:
``` ```
# macOS/Linux: # macOS/Linux:
npm install yarn
./scripts/install-deps.js
./scripts/build-native.js ./scripts/build-native.js
# Windows: # Windows:
npm -g install windows-build-tools npm -g install windows-build-tools
npm install yarn
node scripts\install-deps.js
node scripts\build-native.js node scripts\build-native.js
``` ```
Now, check if your build is working: Now, check if your build is working:
``` ```
npm run build yarn run build
``` ```
Start Terminus with Start Terminus with
``` ```
npm start yarn start
``` ```
# Project layout # Project layout