Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Kazark/timeline

A timeline of (Western) church history
https://github.com/Kazark/timeline

Last synced: about 1 month ago
JSON representation

A timeline of (Western) church history

Awesome Lists containing this project

README

        

# Timeline

At the moment, a timeline of (Western) church history.

# Navigation

Move left with H or LEFT ARROW, and right with
L or RIGHT ARROW. To move faster, hold down the shift key
as well.

To move all the way left to be beginning of the timeline, press 0 or
^. To move all the way right to the present day, press $.

## Development

Restore Node dependencies (Elm will restore its own when you kick off the
build):

npm install

Start local server in root directory with Python 2:

npm run serve

or

python -m SimpleHTTPServer 5000

Start local server in root directory with Python 3:

npm run serv3

or

python3 -m http.server 5000

Build project:

npm run build (or `npm run watch` for auto-rebuild on fs change)

Navigate to (which loads your `index.html`).

**Note:** Make your edits to `index.template.html` and consider `index.html` an
ephemeral file. This is because index.html gets overwritten easily. For
example, `elm make` overwrites it by default.