https://github.com/raphamorim/the-good-developer
My book talks about how to become a better developer
https://github.com/raphamorim/the-good-developer
Last synced: 5 months ago
JSON representation
My book talks about how to become a better developer
- Host: GitHub
- URL: https://github.com/raphamorim/the-good-developer
- Owner: raphamorim
- Created: 2015-03-28T22:35:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T01:01:59.000Z (about 11 years ago)
- Last Synced: 2025-02-05T12:41:20.132Z (over 1 year ago)
- Language: HTML
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Good Developer
My book talks about how to become a better developer
## How it works?
I use [Jekyll](http://jekyllrb.com/), a static generator in Ruby.
## First steps
1. Install [Git](http://git-scm.com/downloads) and [Ruby](http://www.ruby-lang.org/pt/downloads/), in case you don't have them yet.
2. Once installed these dependencies, open up the terminal and install [Jekyll](http://jekyllrb.com/) with the following command:
```sh
$ gem install jekyll
```
3. Now clone the project:
```sh
$ git clone git@github.com:raphamorim/The-good-developer.git
```
4. Navigate to the project folder:
```sh
$ cd The-good-developer
```
5. And finally run:
```sh
$ jekyll
```
You'll have access to the website at `http://0.0.0.0:4000/` :D
## About
License: **MIT** License © [Raphael Amorim](http://github.com/raphamorim).