forked from cryptohagen.dk/website
17 lines
697 B
Markdown
17 lines
697 B
Markdown
# 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``. 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``.
|
|
|
|
## Publishing to cryptohagen.dk
|
|
|
|
If you have push access to `master` at https://git.data.coop/cryptohagen.dk/website, doing so wil trigger a build and release.
|