Discover the Solana ecosystem click by click
- Copy
.env.example
to.env.local
cp .env.example .env.local
- Install
yarn
- Start dev
yarn dev
- Next.js 14+
/app
router - TypeScript
- Tailwind CSS
- shadcn/ui (Radix UI + Tailwind)
- Prettier (w/ auto sort imports and tailwind classes)
- SEO optimized
- Typesafe env, icons, and config
- Ready to use - jump right into development
- Check project formatting
yarn format:check
- Format the project
yarn format