website/README.md

17 lines
697 B
Markdown
Raw Permalink Normal View History

2019-03-03 16:08:12 +00:00
# cryptohagen.dk
2019-03-03 16:44:30 +00:00
[![Build Status](https://drone.data.coop/api/badges/cryptohagen.dk/website/status.svg)](https://drone.data.coop/cryptohagen.dk/website)
2019-03-03 16:08:12 +00:00
This repo holds the homepage of https://cryptohagen.dk/
## Running locally for development:
2019-03-03 16:44:30 +00:00
- Install Docker and docker-compose
2024-01-20 15:06:39 +00:00
- 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
2024-01-20 15:06:39 +00:00
If you have changes to `Gemfile`, run ``docker compose run jekyll bundle update``.
2019-03-03 16:08:12 +00:00
## 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.