Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 398 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 398 Bytes

Contributing to the project

  • Instructions for development

  1. git clone https://github.com/LiveDuo/destack and cd in there

  2. npm i

  3. npm run dev and head to localhost:3000

  4. Make changes in lib/destack and create a PR 🚀

Note: Requires NPM version 7 or later (which supports NPM workspaces). To update NPM to the latest version run the following, sudo npm install -g npm.