Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 494 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 494 Bytes

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