Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Ctvrtkon/ctvrtkon.cz

Repository files navigation

This is official repositry for Čtvrtkon website. Built on top of Gatsby and Netlify CMS.

Contribute

All Pull Requests are welcomed

Prerequisites

Access Locally

$ git clone https://github.com/Ctvrtkon/ctvrtkon.cz.git
$ cd ctvrtkon.cz
$ yarn
$ yarn run develop

To test the CMS locally, you'll need run a production build of the site:

$ yarn run build
$ yarn run serve

Docker setup

docker build -t gatsby .
docker run --rm -it -v "$(pwd)/src:/app/src/" -v "$(pwd)/static:/app/static" -w /app -p 8001:8001 gatsby

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Maintainers