Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 326 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 326 Bytes

B42

Keyboard Driven browser, Inspired by Pentadactyl.

Pentadactyl is dead! long live the Pentadactyl.

How to Run

npm install
npm start

How to Build

npm run build
npm run watch
npm run release

Release

npm run release
electron-packager . b42 --platform=darwin --arch=x64 --version=0.0.1