| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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).
bun installFirst build the packages.
bun run buildThen start the website dev server.
bun webIf the API docs have already been generated, you can skip that step of the build by running
bun web:skiptypedocThis 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.
bun website:buildThis command generates static content into the build directory and can be served using any static content hosting service.
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 |