Demo app that shows Flickr images of Mount Fuji in a slideshow. Built by Screwdriver.
To setup:
$ git clone [email protected]:screwdriver-cd/fuji-app.git
$ cd fuji-app/app/
$ npm install
To start:
$ cd fuji-app/app/
$ npm start
Navigate to http://localhost:7000.
To test:
$ cd fuji-app/app/
$ npm test