Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit d020707

Browse files
committed
Instructions for running locally
1 parent 14a2c4f commit d020707

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ reported the issue. Please try to include as much information as you can. Detail
1919
* Any modifications you've made relevant to the bug
2020
* Anything unusual about your environment or deployment
2121

22+
## Running this website locally
23+
If you are interested in contributing with content, you can run the workshop website in your local computer using the [Hugo CLI](https://gohugo.io/getting-started/installing/).
24+
25+
1. Clone this repository.
26+
2. Switch to the _dev_ branch. (`git checkout dev`).
27+
3. Run `hugo serve` from within the _workshop_ folder.
2228

2329
## Contributing via Pull Requests
2430
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2531

26-
1. You are working against the latest source on the *master* branch.
32+
1. You are working against the latest source on the `dev` branch.
2733
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
2834
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
2935

0 commit comments

Comments
 (0)