Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 743 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 743 Bytes

CodeGate docs

This repository contains the public-facing docs for CodeGate, hosted at https://docs.codegate.ai.

Local Development

npm install
npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory.

Deployment

The docs.codegate.ai site is published using Vercel. Automatic previews for branches and pull requests are enabled. The production site is published from main.

About

This site is built with Docusaurus, a modern static website generator.