codingandcommunity / codingandcommunity.org

Gatsby website.
MIT License
4 stars 1 forks source link

Netlify Status

codingandcommunity.org | Coding&&Community's landing page

A website powered by Gatsby v2 and Prismic. Special thanks to Marguerite Roth and Sandbox for inspiration and starter code.

✨ Features:

Future:

✨ Outline

🚀 Getting Started

Deploy to Netlify

How to help develop this website.

  1. Setup the development environment

Follow this tutorial!

  1. Start developing.

Create a directory for your project and then:

git clone https://github.com/codingandcommunity/codingandcommunity.org.git
npm install
gatsby develop
  1. Open the code and start customizing!

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.