Skip to content

Commit 20d80a5

Browse files
jstasiakgkocjan
authored andcommitted
Add local development instructions
I had a couple of issues getting the project to run, thought this could be useful to others.
1 parent 0eb29ba commit 20d80a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# pythonlodz.org
22
Repo for keeping the source code of our official website
3+
4+
## How to run the website locally
5+
6+
1. [Install Hugo](https://gohugo.io/installation/).
7+
2. Clone this repository.
8+
3. On new clone and when there are submodule updates:
9+
10+
```
11+
git submodule update --init --depth 1
12+
```
13+
4. Run the Hugo development server:
14+
15+
```
16+
hugo server
17+
```
18+
5. Open http://127.0.0.1:1313.

0 commit comments

Comments
 (0)