codeflash-internal/docs
2024-08-26 14:34:48 -07:00
..
docs expand the sidebars and also add intro to the tracing doc 2024-08-23 20:15:20 -07:00
src Add Intercom and update colors to brand colors 2024-05-30 18:06:34 -07:00
static fix capitalization 2024-06-12 21:08:34 -07:00
.gitignore move to the root 2024-05-27 19:16:09 -07:00
babel.config.js move to the root 2024-05-27 19:16:09 -07:00
docusaurus.config.ts change it to docs.codeflash.ai 2024-08-26 14:34:48 -07:00
package.json move to the root 2024-05-27 19:16:09 -07:00
README.md add posthog events 2024-06-03 16:19:23 -07:00
sidebars.ts move to the root 2024-05-27 19:16:09 -07:00
tsconfig.json move to the root 2024-05-27 19:16:09 -07:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

$ npm install

Local Development

$ 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 and can be served using any static contents hosting service.

Deployment

Deployment is done automatically via GitHub Actions when the Pull Request changes are merged to the main branch.