Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Opinionated Python stack for fast development. The `saas` branch extends `main`
- `make all` - sync deps and run `main.py`
- `make fmt` - runs `ruff format` + JSON formatting
- `make test` - runs all tests in `tests/`
- `make ci` - runs all CI checks (ruff, vulture, ty, etc.)
- `make ci` - runs all CI checks (ruff, vulture, import_lint, ty, docs_lint, lint_links, check_deps)



Expand Down
6 changes: 1 addition & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ This is a Next.js application generated with
Run development server:

```bash
npm run dev
# or
pnpm dev
# or
yarn dev
bun run dev
```

Open http://localhost:3000 with your browser to see the result.
Expand Down
Loading