# Website
This directory contains the source code for the CodeGraphContext website.
## Development
To run the website locally, follow these steps:
1. Navigate to this directory:
```bash
cd website
```
2. Install the dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```
## Build
To create a production build of the website, run:
```bash
npm run build
```