This is a frontend project built using Gatsby, styled with Bootstrap, and sources data from the Sanity headless CMS via GraphQL.
- Node.js
- Yarn
-
Install Dependencies: Clone the repo to your local machine and navigate to the project directory. Then run:
yarn
-
Start the Development Server:
npm run start
After running the above command, Gatsby will start a hot-reloading development environment. You can view the site locally at http://localhost:8000
.
- Gatsby: Powerful static site generator based on React.
- Bootstrap: Flexible and responsive styling framework.
- Sanity CMS: Content is sourced from Sanity, a headless CMS, allowing for flexible content management.
- GraphQL: Efficiently fetch and manage data from Sanity using GraphQL queries.
If you'd like to contribute to this project, please fork the repo and submit a pull request.
This project is open source and available under the MIT License.