FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

react-querybuilder/website at main · react-querybuilder/react-querybuilder · GitHub

Latest commit

 

History

History

README.md

Website

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

All commands below should be run in the repo root directory (this directory's parent, i.e. ../ from here).

Installation

bun install

Local Development

First build the packages.

bun run build

Then start the website dev server.

bun web

If the API docs have already been generated, you can skip that step of the build by running

bun web:skiptypedoc

This command starts a local development server and opens up a browser window. Most changes to the website code are reflected live without having to restart the server, but any changes to the packages would require a rebuild of any updated packages and a restart of the website server.

Build

bun website:build

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

Deployment

A preview of the website will be available on Netlify when a PR is submitted.

The production website, https://react-querybuilder.js.com/, is deployed on every push to the main branch on GitHub.


Back | FazBrowse Home | New Git URL