Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 969 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 969 Bytes

Neko Slideshow

ネコ画像を延々スライドショーするだけのサービス

Description

The Cat API からネコ画像を取得して、ずーっとスライドショーし続けるだけのサービスです。 ネコに癒されたい時に眺めてご利用ください。

Demo

https://neko-slideshow.netlify.com/

Requirement

Usage

  1. clone しましょう
$ git clone [email protected]:hayato-yamashita/neko-slideshow.git; cd neko-slideshow
  1. 必要なパッケージをインストールしましょう
$ npm install
  1. dev モードで起動すれば http://localhost:3000 で動きます
$ npm run dev