-
Clone this repository
$ git clone [email protected]:calazans10/baudoroncaronca.com.br.git
-
Change directory to the application folder
$ cd baudoroncaronca.com.br
-
Install the dependencies and prepare the application
$ bin/setup
-
Start the web server
$ bin/rails server
-
Using a browser, go to
http://localhost:3000
to load the initial page
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Submit a pull request
MIT © Jeferson Farias Calazans