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 NodeJS@18.16.0. We use yarn as our package manager.
Install the dependencies:
# if you don't have yarn installed
npm install -g yarn# install dependencies
yarn installStart the development server
yarn devBuilding
yarn buildWe use Prettier (latest version) for code formatting. Using vscode will make this thing easier.