Skip to content

Commit

Permalink
docs: update documentation to include Docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Apr 14, 2024
1 parent d549dce commit 50070b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,13 @@ To preview the website locally:

Then, load <http://localhost:4000> in your browser.

## Local Setup using Docker

0. Ensure that you have Docker and Make installed.
1. Run `make build` to build the project.
2. Run `make serve` to serve the project, this include live reloading so any change will be reflected (it can take a while, check the logs).
3. Run `make clean` to remove the docker images and resources generated.

## Formatting

Jekyll uses a variant of Markdown known as [Kramdown](https://kramdown.gettalong.org/quickref.html).
Expand Down

0 comments on commit 50070b7

Please sign in to comment.