www/README.md

15 lines
578 B
Markdown
Raw Normal View History

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/s/`
2018-07-13 00:09:03 +02:00
* To ready your site for upload, run "./build.sh", which also generates all.ics
2018-07-14 22:53:59 +02:00
and adds the calendar table to index.html
2018-05-18 13:51:25 +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.