This commit is contained in:
2017-04-25 20:46:10 +02:00
parent a26bc87120
commit 2a92716538
12 changed files with 4 additions and 247 deletions

View File

@@ -1,33 +1,6 @@
# Kosmos.org Website
# kosmos.org
This website (or rather foundation for a future website) is based on
[DocPad](https://docpad.org).
This website (or rather foundation for a future website) is just a simple
static site. There are no dependencies to install or build tools to run.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
## 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
* `docpad run`
* Visit the website at [http://localhost:9778](http://localhost:9778).
## Build
* `./build`
## Build & deploy
With the correct (5apps) remote added:
* `./deploy`
Just edit and submit a PR.