Skip to content

yardenac/ppf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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