Fork the project on Github and clone the project from the fork.
- Node:
10.16.0
or higher - Yarn:
1.17.0
or higher
yarn install
This command will start the development server.
yarn dev
Go to http://localhost:3000/
Confirmation messages must follow the following convention
- All extraction requests must be sent to the branch
dev
. - Be sure to work in the
src
folder and not in thedist
.
First create an issue and explain the new feature once it is approved you can start working on it.