- Clone the repository using
git clone <repository-url>
command. - Navigate to the project directory.
- Create a
.env
based on.env.example
file in the root directory, and add the URL that has the current list of working days atPROJECT_URL
- Install all the dependencies by running
yarn
in the terminal.
- Run
yarn start
to start the project.
- To change the activity description, which will be written in the message field,
open
constants.js
file, and change the value ofACTIVITY_TYPE
constant. The default value is 'Desenvolvimento'. - To change the activity type at dropdown selector, find the index of your activity in the dropdown options, and update the
DROPDOWN_OPTION
constant inconstants.js
file. The default value isoption-8
, which represents 'desenvolvimento'.