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

Commit d55b17c

Browse files
authored
Merge pull request #3 from Granite-Code/wip/jimmac/REDME
README
2 parents c65a7a4 + e0bbd2d commit d55b17c

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1-
# granitecode.ai
1+
# GraniteCode.ai Website
22

3-
Welcome to Granite.code
3+
This repository contains the source code for the [GraniteCode.ai](https://granitecode.ai) website.
4+
5+
## About
6+
7+
This project powers the official website for GraniteCode.ai. The site is built using [Jekyll](https://jekyllrb.com/), a static site generator.
8+
9+
## Running the Site Locally
10+
11+
To preview or work on the site locally, you’ll need Ruby and Bundler installed. Then follow these steps:
12+
13+
1. **Install dependencies**
14+
Run the following in your terminal:
15+
16+
```bash
17+
bundle install
18+
#serve pages
19+
bundle exec jekyll s
20+
```

0 commit comments

Comments
 (0)