Developers - RoyalBingBong/meView GitHub Wiki
- Clone the repository:
git clone https://github.com/RoyalBingBong/meView/
- Run
npm install
It will install the dev-dependencies and the app's dependencies (app/node_modules
) - Code from
app/src/
will be transpiled with babel toapp/js
.- Use
npm run babel
ornpm run babel:w
to transpile your code (:w will watch for changes)
- Use
- Use
npm start
(ornpm run debug
) to run the meView (with Developer menu enabled)
Dev-Mode
When running meView in development-mode (ELECTRON_ENV=development
) or when enabling developer mode in the Settings, you will get access to the Developer menu, which in return allows you to:
- Reload meView via Ctrl+R
- Use the Chrome DevTools
- Open UserData folder in a quick way
Style:
Code is run through Prettier nad if necessary through eslint --fix
(arrow-parens
is a bit weird with Prettier in VS Code)