forked from cryptoaarhus.dk/website
Update readme
This commit is contained in:
parent
9120b56aad
commit
34a634c929
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# 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.
|
11
README.rst
11
README.rst
|
@ -1,11 +0,0 @@
|
|||
cryptohagen.github.io
|
||||
=====================
|
||||
|
||||
Homepage of https://cryptohagen.dk/
|
||||
|
||||
Running locally:
|
||||
|
||||
#. Install Docker and docker-compose
|
||||
#. Run ``docker-compose up``
|
||||
|
||||
If you have changes to `Gemfile`, run ``docker-compose run jekyll bundle update``.
|
Loading…
Reference in a new issue