Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 625 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 625 Bytes

Contributing to the project

Instructions for development

  1. Fork this repository and clone the forked repository with git clone

  2. cd in the project folder and run npm i

  3. npm run dev and head to localhost:3000 (for React.js use npm run dev:react)

  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.

Instructions for deploying

  • Alpha: npm run publish:alpha

  • Beta: npm run publish:beta

  • Stable: npm publish (bump version manually)