Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 771 Bytes

CONTRIBUTING.md

File metadata and controls

42 lines (24 loc) · 771 Bytes

Contributing

Getting started

Fork the project on Github and clone the project from the fork.

Setup

Pre-requisites

  • Node: 10.16.0 or higher
  • Yarn: 1.17.0 or higher

Starting the project

yarn install

Development server and watching

This command will start the development server.

yarn dev

Go to http://localhost:3000/

Commit messages

Confirmation messages must follow the following convention

Pull Requests

  • All extraction requests must be sent to the branch dev.
  • Be sure to work in the src folder and not in the dist.

New Feature

First create an issue and explain the new feature once it is approved you can start working on it.