Premium "Web Native" migration of Zup Protocol.
- Framework: Astro
- UI: React + shadcn/ui
- Styling: Tailwind CSS v4
- Animations: Motion (Framer Motion)
- Language: TypeScript
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build the production site to ./dist/ |
npm run preview |
Preview the build locally |
src/components/ui: shadcn componentssrc/layouts: Global layoutssrc/pages: File-based routessrc/lib: Utility functions and helperssrc/styles: CSS and global styles