Skip to content

tmpfs/circus-village

Repository files navigation

Circus Village

Static website for the circus village.



Developer

Install dependencies (yarn install) and the mkdoc tools globally (yarn global add mkdoc) then you can see the available tasks with mk --tasks. You also need makestatic installed globally.

Site

Build the static website:

makestatic

Build and serve the website with browsersync enabled:

makestatic -w

Gallery

Build the gallery.json file describing the gallery images:

mk gallery

Slides

Build the slides.json list of slideshow images:

mk slides

Readme

Build README.md:

mk readme

Lint

Lint the javascript source:

npm run lint

Deploy

makestatic --clean --env stage --provider s3
makestatic --clean --env production --provider s3

License

MIT


Created by mkdoc on April 6, 2017