An open API service indexing awesome lists of open source software.

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

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).