Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 547 Bytes

File metadata and controls

20 lines (13 loc) · 547 Bytes

GraniteCode.ai Website

This repository contains the source code for the GraniteCode.ai website.

About

This project powers the official website for GraniteCode.ai. The site is built using Jekyll, a static site generator.

Running the Site Locally

To preview or work on the site locally, you’ll need Ruby and Bundler installed. Then follow these steps:

  1. Install dependencies
    Run the following in your terminal:
bundle install
#serve pages
bundle exec jekyll s