-
Notifications
You must be signed in to change notification settings - Fork 14
feat: add SvelteKit demo app foundation #289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
fd638be to
b940998
Compare
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected -t lint typecheck test --parallel -... |
❌ Failed | 8m 5s | View ↗ |
nx affected -t test:e2e --parallel --base=34393... |
✅ Succeeded | 6m 15s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-11-11 14:48:28 UTC
5270efa to
3cdc7cd
Compare
5a609dd to
03c77b7
Compare
03c77b7 to
1fe1573
Compare
1fe1573 to
9a5ad26
Compare
285cd60 to
396e4b3
Compare
396e4b3 to
f2c0d06
Compare
Merge activity
|
# Add SvelteKit Demo App with Cloudflare Adapter This PR creates a new SvelteKit demo application in `apps/demo` that will serve as an interactive demonstration of pgflow's capabilities. The implementation includes: - Fresh SvelteKit app setup with TypeScript and Tailwind CSS - Cloudflare adapter configuration for deployment - Integration with the Nx monorepo structure - Project configuration for development, build, and preview commands - Supabase client integration for backend connectivity The PR also adds detailed implementation plans across 7 phases (0-6) that outline the step-by-step process for building the complete demo application, from foundation to deployment. These markdown files serve as documentation for the implementation approach. The `.gitignore` file has been updated to include `.svelte-kit` directories, ensuring build artifacts aren't committed to the repository. The pnpm workspace configuration has been extended to include the new `apps/*` directory, allowing the demo app to leverage workspace dependencies.

Add SvelteKit Demo App with Cloudflare Adapter
This PR creates a new SvelteKit demo application in
apps/demothat will serve as an interactive demonstration of pgflow's capabilities. The implementation includes:The PR also adds detailed implementation plans across 7 phases (0-6) that outline the step-by-step process for building the complete demo application, from foundation to deployment. These markdown files serve as documentation for the implementation approach.
The
.gitignorefile has been updated to include.svelte-kitdirectories, ensuring build artifacts aren't committed to the repository.The pnpm workspace configuration has been extended to include the new
apps/*directory, allowing the demo app to leverage workspace dependencies.