Welcome to the Fun Animals Repo. This is a demo project based in GastbyJS, ReactJS, TailwindCSS,TypeScript, and Contentful
View the Live preview
-
Grab the code.
Clone the Github Repository HERE
git clone https://github.com/badger3000/fun-animals.git
-
Navigate to directory and Install dependency.
Navigate into your new site’s directory and start it up.
cd fun-animals/ npm install
-
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
-
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.