Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

45 lines (29 loc) · 1.03 KB

Contributing

English · 한국어

Contribution Guidelines

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.

Open Issues

If you would like to help in working on open issues. Lookout for following tags: good first issue, help wanted, and open for contribution.

Development setup

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

Code Formatting

We use Prettier (latest version) for code formatting. Using vscode will make this thing easier.