# 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)