# @commontools/shell ## Commands - `deno task build`: Builds the frontend to `dist/`. - `deno task serve`: Builds and serves the front at `localhost:5173`. - `deno task dev`: Watches source directory and rebuilds/reloads host at `localhost:5173`. Access via `localhost:8000` when running with toolshed. - `deno task production`: Builds the frontend to `dist/` with production settings.