forked from cryptohagen.dk/website
Another README update
This commit is contained in:
parent
34a634c929
commit
cf814064f2
|
@ -1,11 +1,13 @@
|
||||||
# cryptohagen.dk
|
# cryptohagen.dk
|
||||||
|
|
||||||
|
[![Build Status](https://drone.data.coop/api/badges/cryptohagen.dk/website/status.svg)](https://drone.data.coop/cryptohagen.dk/website)
|
||||||
|
|
||||||
This repo holds the homepage of https://cryptohagen.dk/
|
This repo holds the homepage of https://cryptohagen.dk/
|
||||||
|
|
||||||
## Running locally for development:
|
## Running locally for development:
|
||||||
|
|
||||||
#. Install Docker and docker-compose
|
- Install Docker and docker-compose
|
||||||
#. Run ``docker-compose up``
|
- Run ``docker-compose up``. THis starts a local web server on port 4000 with LiveReload enabled, enabling you to tweak and play without having to F5 your browser.
|
||||||
|
|
||||||
If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.
|
If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue