Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 824 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 824 Bytes

Gatsby

Medibank Code Challenge

This code challenge was built using Gatsby.

  1. Install Gatsby CLI.

    You'll need this to spin up a local Gatsby environment.

    # Using NPM
    npm install -g gatsby-cli
  2. Clone the repo.

    Pull down the code and navigate into directory.

    git clone https://github.com/jdanaher-shine/medibank-cats.git my-app
    cd my-app
  3. Install packages

    npm install
  4. Fire up Gatsby

    gatsby develop

    The site is now running at http://localhost:8000