Skip to content

Repository files navigation

LIME Docs

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.

Requirements

  • Node.js 20+
  • npm

Environment

Create a .env file:

LIME_WEBSITE_URL=https://your-lime-app-url.com

LIME_WEBSITE_URL is used by the Launch App button in the docs header.

Development

npm install
npm run dev

Open http://localhost:3000.

Scripts

npm run dev     # Start local development server
npm run build   # Build production app
npm run start   # Start production server
npm run lint    # Run ESLint

Stack

  • Next.js App Router
  • TypeScript
  • Tailwind CSS
  • shadcn/ui
  • React

Releases

Packages

Contributors

Languages