This project was bootstrapped with Create React App.
You need have node 12+
installed in your machine.
- Clone this project:
git clone git@github.com:celsofabri/girias-curitibanas.git
- Install dependencies:
$ yarn
# or npm install
- Run the project:
$ yarn start
# or npm run start
To building the project, run the following commands:
$ yarn build
# or npm run build
This project uses gh-pages from GitHub as hosting. After making your changes, you need run:
$ yarn deploy
This command will make the automatic deploy of the branch gh-pages
and your site will be automatically published.