codeflash-internal/docs
2024-06-06 13:45:37 -07:00
..
docs Merge remote-tracking branch 'origin/main' into formatter-specify-filepath 2024-06-06 13:45:37 -07:00
src Add Intercom and update colors to brand colors 2024-05-30 18:06:34 -07:00
static Update favicon.ico 2024-05-29 18:57:37 -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 Add posthog to docs 2024-05-30 18:26:09 -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.