Skip to content

Commit 711a858

Browse files
committedMay 21, 2021
README: Local preview using docker
1 parent 2fa9bf6 commit 711a858

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# TechAachen Webseite
22

3+
## How to build locally
4+
5+
```bash
6+
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll jekyll serve
7+
```
8+
9+
and open http://localhost:4000/ in your web browser for a live preview.
10+
11+
12+
## Website
13+
314
It is ~~going to be~~ the second Version of TechAachen's Webpage.
415

516
"l'preview" for every branch pushed to this Github repository is automatiocally build using *Github Actions* and published on https://preview.techaachen.de/.

0 commit comments

Comments
 (0)
Please sign in to comment.