Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.73 KB

Gatsby

Fun Animals Demo Site

Welcome to the Fun Animals Repo. This is a demo project based in GastbyJS, ReactJS, TailwindCSS,TypeScript, and Contentful

View the Live preview

🚀 Quick start

  1. Grab the code.

    Clone the Github Repository HERE

    git clone https://github.com/badger3000/fun-animals.git
  2. Navigate to directory and Install dependency.

    Navigate into your new site’s directory and start it up.

    cd fun-animals/
    npm install
    
  3. Run Development.

    npm run start

    NOTE: you will need a Contentful API Key and matching data schema to load items on the frontend. Use the .envEXAMPLE file to get starting adding these keys to your project

  4. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby Tutorial.