codeflash-internal/docs
2025-01-21 19:48:35 -08:00
..
docs Improve the language 2025-01-21 19:48:35 -08:00
src Add Intercom and update colors to brand colors 2024-05-30 18:06:34 -07:00
static first version of how codeflash works 2025-01-20 20:27:31 -08:00
.gitignore add exclude sensitive files from package build (#1190) 2024-11-06 20:44:55 +00:00
babel.config.js move to the root 2024-05-27 19:16:09 -07:00
docusaurus.config.ts Implement algolia search and update package versions 2024-11-27 05:47:43 +05:30
package.json Implement algolia search and update package versions 2024-11-27 05:47:43 +05:30
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.