codeflash/docs
Saurabh Misra 3ef1a0aa6f minor
2025-03-31 15:44:39 -07:00
..
docs minor 2025-03-31 15:44:39 -07:00
src move docs to public 2025-02-13 01:26:19 -05:00
static update the logos 2025-03-30 15:45:22 -07:00
.gitignore move docs to public 2025-02-13 01:26:19 -05:00
babel.config.js move docs to public 2025-02-13 01:26:19 -05:00
docusaurus.config.ts move docs to public 2025-02-13 01:26:19 -05:00
package.json move docs to public 2025-02-13 01:26:19 -05:00
README.md move docs to public 2025-02-13 01:26:19 -05:00
sidebars.ts move docs to public 2025-02-13 01:26:19 -05:00
tsconfig.json move docs to public 2025-02-13 01:26:19 -05: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.