2018-05-18 13:51:25 +02:00
|
|
|
Running a dev setup
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
* Get Hugo: <https://gohugo.io/getting-started/installing>
|
|
|
|
* Clone this repo:: `git clone https://github.com/cccb/www`
|
|
|
|
* Switch directory: `cd www`
|
2018-05-20 23:01:46 +02:00
|
|
|
* Fetch Submodules: `git submodule update --recursive --remote --init`
|
2018-05-18 13:51:25 +02:00
|
|
|
* run hugo webserver: `hugo serve`
|
|
|
|
* Point your browser to `http://localhost:1313`
|
|
|
|
|
2018-05-18 19:55:23 +02:00
|
|
|
Every change you make on the project will be reflected in your browser as
|
2018-05-18 13:51:25 +02:00
|
|
|
long as `hugo serve` is running.
|