Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 634 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 634 Bytes

CONTRIBUTING

All sorts of contributions are welcome.

Features

For Enhancements or New features.

Make sure to follow the coding pattern. The contributor is also responsible for creating tests, and docs.

Development Workflow

Dependencies

We strictly use Yarn. Please do not use NPM.

Database

You will need a running MongoDB server.

Environment Variables

Create a file called .env using .env.sample as a template.

Development

Start the server using yarn start.

General

Try to follow the coding style of the project. Note that in future we will use eslint and prettier.