Another README update
continuous-integration/drone/push Build is passing 詳情

This commit is contained in:
Jesper Hess 2019-03-03 17:44:30 +01:00
父節點 34a634c929
當前提交 cf814064f2
由不信任的使用者簽署: graffen
GPG 金鑰 ID: 351A89E40D763F0F
共有 1 個檔案被更改,包括 4 行新增2 行删除

查看文件

@ -1,11 +1,13 @@
# 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/
## Running locally for development:
#. Install Docker and docker-compose
#. Run ``docker-compose up``
- Install Docker and docker-compose
- 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``.