Skip to content

Commit

Permalink
docs: Add docker-compose documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed Jul 4, 2018
1 parent 32f6430 commit 147fa19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ to send a pull request.
4. Ensure all files have the appropriate `title` and `language` front matter (see others as an example).
5. Add the language to the `_config.yml` file.

### Running project locally

There's a docker-compose.yml file ready that will help you to check if the website looks good!
To run it make sure you have [docker-compose installed](https://docs.docker.com/compose/install/#install-compose) on your machine and just use the command `docker-compose up` to make it run locally.

## Badges!

Tell your users that you use the Conventional Commits specification:
Expand Down

0 comments on commit 147fa19

Please sign in to comment.