forked from cryptoaarhus.dk/website
15 lines
423 B
Markdown
15 lines
423 B
Markdown
|
# cryptohagen.dk
|
||
|
|
||
|
This repo holds the homepage of https://cryptohagen.dk/
|
||
|
|
||
|
## Running locally for development:
|
||
|
|
||
|
#. Install Docker and docker-compose
|
||
|
#. Run ``docker-compose up``
|
||
|
|
||
|
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.
|