Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yardenac/ppf
Past, Present, Future
https://github.com/yardenac/ppf
Last synced: 11 days ago
JSON representation
Past, Present, Future
- Host: GitHub
- URL: https://github.com/yardenac/ppf
- Owner: yardenac
- Created: 2013-12-08T00:18:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T00:02:13.000Z (over 9 years ago)
- Last Synced: 2024-08-02T14:10:34.922Z (4 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PPF (Past Present Future)
This will do awesome things and be a timeline of your day and also human history and sort of the universe
YOU control the present, past and future!
other possible names: nownow? storiograph?
# getting things running
First install [node](http://nodejs.org).
Next, in the project root, do:
```
npm install
```Then for development, do:
```
npm run watch
```Or to build for production, do:
```
npm run build
```To start the server, do:
```
npm start
```