-
Fork this repository and clone the forked repository with
git clone -
cdin the project folder and runnpm i -
npm run devand head tolocalhost:3000(for React.js usenpm run dev:react) -
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.
-
Alpha:
npm run publish:alpha -
Beta:
npm run publish:beta -
Stable:
npm publish(bump version manually)