Thank you for choosing to contribute in Dashify. There are a ton of great open-source projects out there, so we appreciate your interest in contributing to Dashify.
If you would like to help in working on open issues. Lookout for following tags: good first issue
, help wanted
, and open for contribution
.
We use [email protected]. We use yarn as our package manager.
Install the dependencies:
# if you don't have yarn installed
npm install -g yarn
# install dependencies
yarn install
Start the development server
yarn dev
Building
yarn build
We use Prettier (latest version) for code formatting. Using vscode will make this thing easier.