Static site, running on kosmos.org https://kosmos.org
Go to file
Basti a98179d4df Update static build - Sat Jun 6 15:40:43 UTC 2015 2015-06-06 17:40:43 +02:00
dist Update static build - Sat Jun 6 15:40:43 UTC 2015 2015-06-06 17:40:43 +02:00
src Add a few project links, improve for small screens (closes #4) 2015-06-06 17:14:12 +02: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