8000 codegraphcontext/website at main · lgertel/codegraphcontext · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
 
 

README.md

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
0