Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 552 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 552 Bytes

Contributing to Buzz

Contributions to the project are highly appreciated.

Fork the repo and have a look at the instructions below to get started.

Setup environment

Install NodeJS 15, preferably using a Node manager such as nvm. Run npm install to install all dependencies.

Launch app and development server

npm run dev:nw

Build NW.js desktop app

  1. Run npm run build:tailwind
  2. Run npm run build:web
  3. Download NW.js runtime
  4. Unpack runtime to build folder