This is official repositry for Čtvrtkon website. Built on top of Gatsby and Netlify CMS.
All Pull Requests are welcomed
- Node (v8.2.0 or higher)
- Gatsby CLI
$ 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
Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.