website/README.md

17 lines
703 B
Markdown
Raw Permalink Normal View History

# cryptoaarhus.dk
2019-03-03 16:08:12 +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
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``.
## Publishing to cryptoaarhus.dk
2019-03-03 16:08:12 +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.