Static site, running on kosmos.org https://kosmos.org
Go to file
Basti f9b9d85c73 Disable zoom (for small screens) 2015-06-07 20:14:31 +01:00
dist Update static build - Sun Jun 7 19:08:42 UTC 2015 2015-06-07 20:08:42 +01:00
src Disable zoom (for small screens) 2015-06-07 20:14:31 +01:00
.gitignore Environments, production build (fixes #3) 2015-06-05 16:34:33 +02:00
README.md Add README 2015-06-06 14:45:40 +02:00
build Environments, production build (fixes #3) 2015-06-05 16:34:33 +02:00
deploy Add deploy script 2015-06-05 16:40:04 +02:00
docpad.coffee Environments, production build (fixes #3) 2015-06-05 16:34:33 +02:00
package.json Update node-sass plugin (fixes #1) 2015-05-11 13:40:39 +02:00

README.md

Kosmos.org Website

This website (or rather foundation for a future website) is based on DocPad.

Prerequisites

You will need the following things properly installed on your computer.

Setup/installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • Make sure ./node_modules/.bin is in your $PATH (before system-wide npm modules)

Running / Development

Build

  • ./build

Build & deploy

With the correct (5apps) remote added:

  • ./deploy