Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 430 Bytes

Zesty

A simple photo gallery carousel website.

Getting started

  1. Install Node.js.

    $ brew install node

  2. Clone this repo and cd into the directory.

  3. Install all the dependencies.

    $ yarn install

  4. Start your server.

    $ yarn start

  5. Open a new tab and navigate to http://localhost:3000 to see your app.

Tech stack