Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Notes for Claude (and humans) SchulyWebsite
# Notes for Claude (and humans) - SchulyWebsite

Angular 20 marketing site for [schuly.dev](https://schuly.dev). **Bun is the package manager** (no npm, no `package-lock.json`).

Expand All @@ -7,7 +7,7 @@ Angular 20 marketing site for [schuly.dev](https://schuly.dev). **Bun is the pac
- Never work on `main`. Create an issue (labeled) → branch `feature/<issue#>_PascalCase`
or `fix/<issue#>_PascalCase` → PR (labeled) with `Closes #<issue>` → squash-merge +
delete branch.
- Use **bun** as the package manager / task runner never npm, npx, or node directly.
- Use **bun** as the package manager / task runner - never npm, npx, or node directly.
- Use CLI tooling whenever one exists (`gh issue create`, `gh pr create`, generators, etc.).
- No AI / Claude attribution in commits or PRs. Ever.
- No test plans in PRs. PR body is **Summary** + `Closes #<issue>` only.
Expand All @@ -27,7 +27,7 @@ Required bun version: `1.2.21+` (text `bun.lock` format isn't readable by 1.1.x)

## Build output

Angular 20 uses `@angular/build:application` builder → output at `dist/SchulyWebsite/browser`. **Cloudflare Pages is configured for that path** verify if you change `angular.json`.
Angular 20 uses `@angular/build:application` builder → output at `dist/SchulyWebsite/browser`. **Cloudflare Pages is configured for that path** - verify if you change `angular.json`.

## Deploy

Expand All @@ -38,7 +38,7 @@ Cloudflare build settings:
- Output: `dist/SchulyWebsite/browser`
- Env: `BUN_VERSION=1.2.21`

The `.github/workflows/build.yml` CI is independent it only verifies the build passes on PRs so broken code is caught before Cloudflare attempts a preview deploy.
The `.github/workflows/build.yml` CI is independent - it only verifies the build passes on PRs so broken code is caught before Cloudflare attempts a preview deploy.

## Add a feature

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="./assets/app_icon.png" width="160" alt="Schuly Logo">
</p>
<p align="center">
<strong>Landing site for the Schuly project <a href="https://schuly.dev">schuly.dev</a></strong>
<strong>Landing site for the Schuly project - <a href="https://schuly.dev">schuly.dev</a></strong>
</p>
<p align="center">
<a href="https://github.com/schulydev/SchulyWebsite/stargazers"><img src="https://img.shields.io/github/stars/schulydev/SchulyWebsite?style=flat&color=3da8ff" alt="GitHub stars"/></a>
Expand Down