This directory contains the source code for the CodeGraphContext website.
To run the website locally, follow these steps:
-
Navigate to this directory:
cd website -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
To create a production build of the website, run:
npm run build