Skip to content

celsofabri/girias-curitibanas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gírias Curitibanas

Gírias Curitibanas

This project was bootstrapped with Create React App.

🏁 How to start

You need have node 12+ installed in your machine.

  1. Clone this project:
git clone git@github.com:celsofabri/girias-curitibanas.git
  1. Install dependencies:
$ yarn
# or npm install
  1. Run the project:
$ yarn start
# or npm run start

🔨 Building

To building the project, run the following commands:

$ yarn build
# or npm run build

🚀 Deploying

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.