Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 443 Bytes

File metadata and controls

30 lines (21 loc) · 443 Bytes

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:

    cd website
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev

Build

To create a production build of the website, run:

npm run build