-
Fork this repository and clone the forked repository with
git clone
-
cd
in the project folder and runnpm i
-
npm run dev
and 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)