Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 427 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 427 Bytes

The Story of Search

Running Locally

If you don't have node on your system, install via brew:

brew install node

Then clone the repo, setup, and run:

npm install
npm run start

You can now browse to http://localhost:8080

Building for Production

npm run build

Deploy

One will need s3 access to the storyofsearch bucket and aws cli. Then the command is:

rake publish