chore: prepare repo for open-source (docs, CI, genericized infra) - #30
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Removes the hard-coded measurement ID from the source so public forks don't report to the upstream Analytics property. Owner sets SITE_GA_ID as a Cloudflare production build variable.
ESLint 9 was installed with no config (the eslintrc was lost), so 'npm run lint' was broken. Add eslint.config.mjs (js + typescript-eslint + astro + react-hooks recommended; noisy TS rules as warnings), install the missing eslint-plugin-react-hooks, and drop an unused import. Lint now passes (0 errors, 109 non-blocking warnings) so CI's lint step is meaningful.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | adf86fe | Jul 26 2026, 03:18 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community files, contributor CI, GA ID → SITE_GA_ID, self-hosting docs, working ESLint config, internal docs moved to design-history. History purge + go-public follow separately.