Add various DX improvements (#2741)

Only show in developer changelog
This commit is contained in:
Arthur Pacaud
2021-06-16 17:22:30 +02:00
committed by GitHub
parent ade075f076
commit 736ba023ff
9 changed files with 220 additions and 202 deletions

View File

@@ -42,15 +42,7 @@ cd newIDE/app && npm start # Be sure to have this running in another terminal, b
# In a new terminal:
cd newIDE/electron-app
npm install # or yarn
#For macOS:
npm run electron-mac
#For Windows:
npm run electron-win
#For Linux:
npm run electron-linux
npm run start # or yarn start
```
### Quick Install and Run