Skip to content

Commit b3667fe

Browse files
guynikanclaude
andauthored
Feat/vercel showcases (#17)
* feat: migrate examples to showcases and setup Vercel deployment - Rename /examples directory to /showcases - Update package names to showcases-* - Update pnpm-workspace configuration - Add Vercel configuration for docs and showcases - Update React showcase branding and meta tags - Configure separate builds for schepta.org and show.schepta.org 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: correct Vercel output directories and add install commands - Fix docs output directory to .vitepress/dist (VitePress default) - Fix showcases output directory to react/dist - Add explicit installCommand for both configurations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * fix pnpm-lock * fix: simplify Vercel showcases configuration - Add package.json to showcases directory for Vercel detection - Use simpler build command that copies files to showcases root - Set output directory to current directory 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent d4479f0 commit b3667fe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

showcases/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "schepta-showcases",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"build": "cd .. && pnpm install && pnpm build --filter='./packages/*' && pnpm --filter showcases-react build && cp -r showcases/react/dist/* showcases/",
7+
"dev": "cd react && pnpm dev"
8+
},
9+
"devDependencies": {
10+
"vite": "^5.0.8"
11+
}
12+
}

0 commit comments

Comments
 (0)