Skip to content

jaygiang/gatsby-portfolio

 
 

Repository files navigation

Gatsby Portfolio

This is a frontend project built using Gatsby, styled with Bootstrap, and sources data from the Sanity headless CMS via GraphQL.

Prerequisites

  • Node.js
  • Yarn

Setup and Running the Project

  1. Install Dependencies: Clone the repo to your local machine and navigate to the project directory. Then run:

    yarn
  2. 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.

Features

  • 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.

Contributing

If you'd like to contribute to this project, please fork the repo and submit a pull request.

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • CSS 7.8%
  • HTML 0.6%