You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build the shadcn public site to static html under docs/out and commit the output
Update the CI build to rebuild the docs/out static html when the source changes
Update the CI build to deploy the docs/out folder to selfhostyour.tech Github Pages
add a simple nginx or python3 -m http.server -d . -b 0.0.0.0 80 service to docs/docker-compose.yml so that the demo server/user installs also serve the static docs site on port 80 by default