Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 863 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (21 loc) · 863 Bytes

Contributing Guidelines

Install dependencies

Install using yarn instead of npm:

yarn

Prepare API

Before going further, you should clone the API repo first, then run the development server.

After that you can set the API URL as localhost:

REACT_APP_API_URL=https://localhost:3000

During development, it is not encouraged to use the production API.

Run development

yarn dev

Then it will open localhost:8000 on your browser automatically.

Improve components

For now, we're focusing on improving the UI/UX of the whole app and fixing issues.

Do let us know by creating a new issue or sending a pull request.