2019-12-14 13:11:25 +00:00
# cryptoaarhus.dk
2019-03-03 16:08:12 +00:00
2019-12-14 13:11:25 +00:00
[![Build Status ](https://drone.data.coop/api/badges/cryptoaarhus.dk/website/status.svg )](https://drone.data.coop/cryptoaarhus.dk/website)
2019-03-03 16:44:30 +00:00
2019-12-14 13:11:25 +00:00
This repo holds the homepage of https://cryptoaarhus.dk/
2019-03-03 16:08:12 +00:00
## Running locally for development:
2019-03-03 16:44:30 +00:00
- 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.
2019-03-03 16:08:12 +00:00
If you have changes to `Gemfile` , run ``docker-compose run jekyll bundle update``.
2019-12-14 13:11:25 +00:00
## Publishing to cryptoaarhus.dk
2019-03-03 16:08:12 +00:00
2019-12-14 13:11:25 +00:00
If you have push access to `master` at https://git.data.coop/cryptoaarhus.dk/website, doing so wil trigger a build and release.