Rolwinreevan_gatsby_blog screenshot

Rolwinreevan_gatsby_blog

Author Avatar Theme by Rolwin100
Updated: 25 Jun 2024
162 Stars

This repository consists of the source code for my website

Categories

Overview

This starter consists of an Ant Design system that can be used for a personal blog. The developer mentions dedicating significant time to creating this starter due to a lack of options with a high-quality design. The project setup is quick and easy, allowing users to start developing by cloning the project, installing dependencies, and editing the source code.

Features

  • Ant Design System: Utilizes the Ant Design system for a visually appealing design.
  • Quick Setup: Easy project setup process for quick development.
  • Source Code Editing: Users can easily edit the source code to customize their site.
  • GraphQL Tool: Includes a GraphQL tool for experimenting with data querying.

Installation

  1. Clone the project by running:
    git clone [project-url]
    
  2. Install dependencies:
    npm install
    
  3. Start developing by opening the source code and making edits.
  4. Once development is complete, the site will be running at http://localhost:8000. Additionally, a GraphQL tool is available at http://localhost:8000/__graphql for data querying.

Summary

This starter project offers a visually appealing design through the Ant Design system and provides a quick setup process for developers to start building their personal blog. With easy source code editing and a built-in GraphQL tool, users can customize their site and experiment with data querying efficiently. The developer encourages users to give a star to the project to show support.