Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 850 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 850 Bytes

Diceware

Viewable at https://robmcelhinney.com/diceware/

Download

https://github.com/robmcelhinney/diceware/releases

Currently only available on Windows.

Install

$ git clone [email protected]:robmcelhinney/diceware.git
$ cd diceware
$ npm install

Start & watch

$ npm start

Open http://localhost:3000 to view it in the browser.

Simple build for production

$ npm run build

Build electron

$ npm run electron-pack

Acknowledgments