A modern, minimal landing page for the Yu blockchain framework.
- Next.js 14 - React framework with App Router
- TypeScript - Type safety
- Tailwind CSS - Utility-first CSS
- shadcn/ui - UI components
- Lucide React - Icons
Install dependencies:
npm installRun development server:
npm run devBuild for production:
npm run buildThis creates a static export in the out/ directory.
- Push this code to GitHub
- Go to Cloudflare Pages
- Click "Create a project"
- Connect your GitHub repository
- Use these build settings:
- Framework preset: Next.js (Static HTML Export)
- Build command:
npm run build - Build output directory:
out - Node version: 18 or higher
npm run build
npx wrangler pages deploy outNo environment variables required for basic deployment.
Same as Yu framework - Apache 2.0