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
bun dev # start Astro dev server at http://localhost:3000
INCLUDE_DRAFTS=false NEXT_PUBLIC_BASE_PATH='' bun run build
bun run start # serve static out/ on :3000
bun run e2e:run # run Playwright E2E tests on Chromium
bun run e2e:open # open Playwright UI mode
bun run storybook # start Storybook at http://localhost:6006
bun run storybook:build # output static build to storybook-static/# Telemetry: set STORYBOOK_DISABLE_TELEMETRY=1 to opt out
Environment variables
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX
How to operate Docker
setup
Clone the repository with git clone
docker configuration
Dev (hot reload): docker compose up -d --build app
Prod preview: docker compose up -d --build preview