Skip to content

Commit

Permalink
docs: update docker documentation to use advance md features
Browse files Browse the repository at this point in the history
Co-authored-by: David Lakin <github@themoderndev.com>
  • Loading branch information
2 people authored and jonchurch committed May 4, 2024
1 parent b58dc1f commit 82b54b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -37,13 +37,14 @@ To preview the website locally:

## Local Setup using Docker

>[!TIP]
> You can run `make help` to obtain detailed information on how to use our make commands.
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.

Note: You can run `make help` to obtain detailed information on how to use our make commands.

## Formatting

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

0 comments on commit 82b54b4

Please sign in to comment.