Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Kazark/timeline
- Owner: Kazark
- License: unlicense
- Created: 2016-04-17T02:36:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T01:56:49.000Z (over 4 years ago)
- Last Synced: 2024-08-03T23:13:10.752Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 273 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.