openrag/docs
2025-09-29 17:25:03 -04:00
..
docs tweaks-override-defaults 2025-09-29 17:25:03 -04:00
src add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
static up-to-api-integration 2025-09-23 17:28:45 -04:00
.gitignore add-packages 2025-09-18 17:39:48 -04:00
docusaurus.config.js header-target 2025-09-24 14:33:56 -04:00
package-lock.json add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
package.json add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00
README.md initial-build-no-errors 2025-09-18 13:24:41 -04:00
sidebars.js tweaks-override-defaults 2025-09-29 17:25:03 -04:00
yarn.lock add-lucide-react-library-and-icon-component 2025-09-23 14:53:27 -04:00

Website

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

Installation

yarn

Local Development

yarn 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

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.