This code challenge was built using Gatsby.
-
Install Gatsby CLI.
You'll need this to spin up a local Gatsby environment.
# Using NPM npm install -g gatsby-cli
-
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
-
Install packages
npm install
-
Fire up Gatsby
gatsby develop
The site is now running at
http://localhost:8000