Documentation site for LIME, built with Next.js and shadcn/ui.
The docs are developer-first and cover the LIME protocol, continuous payoff markets, signed orders, backend matching, and on-chain Solana programs.
- Node.js 20+
- npm
Create a .env file:
LIME_WEBSITE_URL=https://your-lime-app-url.comLIME_WEBSITE_URL is used by the Launch App button in the docs header.
npm install
npm run devOpen http://localhost:3000.
npm run dev # Start local development server
npm run build # Build production app
npm run start # Start production server
npm run lint # Run ESLint- Next.js App Router
- TypeScript
- Tailwind CSS
- shadcn/ui
- React