This repository contains the website of Leon. It is available on getleon.ai, built on the top of Next.js and proudly powered by Vercel.
# Install dependencies
npm install
# Serve with hot reload at localhost:3000
npm run dev
# Build for production and launch server
npm run build
npm start
# Generate static project
npm run generate