Build Decentralized Infra for Community!
This website has been migrated from Next.js to a standard Vite + React tech stack and is deployed on Cloudflare Pages.
- Core: React 19 + TypeScript
- Build Tool: Vite 6
- Styling: Tailwind CSS 4.0
- Deployment: Cloudflare Pages (via GitHub Actions)
- pnpm installed.
Run the following command to start the development server:
./start.sh
# or
pnpm devThe site will be available at http://localhost:5177.
To build the static files and preview them locally:
./start.sh build
./start.sh preview
# or
pnpm build
pnpm previewThis project is deployed on Cloudflare Pages using its native GitHub integration.
To ensure successful builds, configure your Cloudflare Pages project with these settings:
- Framework Preset:
Vite - Build command:
pnpm run build - Build output directory:
dist - Root directory:
/ - Node.js Version:
20or higher
Any push to the main branch will automatically trigger a build and deployment on Cloudflare.
© 2026 AAStar Community. All rights reserved.