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: 20 days ago
JSON representation

Past, Present, Future

Lists

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
```