AirCNC

An amazing project to found buildings for developer´s favorites technologies.

Here , you can found many companies that work and receive diverse programmers

Instalation

For instalation of all dependecies, go to cmd and run a code below

yarn install

After all dependecies installed

To run

yarn start 

Configuration (optional)

If you want to edit this project and upload it to your github page, you should do that

  1. Go to package.json
  2. Edit homepage
  3. Git init
  4. ... Other git commands to push in you repository

To build

yarn build 

To upload on your github page

yarn deploy 

Meta

Author - Rocketseat

programmer - Lutero Elavoco - luteroelavoco90@gmail.com

Contributing

  1. Fork it (https://github.com/cientista1/aircncfrontend)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request