Quick Start
npm install
Setup submodule and gclient config:
npm run init
Build release:
npm run build
Build debug:
npm run build -- Debug
To setup browser-laptop
:
cd src/browser-laptop/
npm install
npm run watch
To start browser-laptop
using your debug build:
npm start -- Debug
Languages
JavaScript
100%