Skip to content

leon-ai/getleon.ai

Repository files navigation

Leon WebsiteVercel

Overview

This repository contains the website of Leon. It is available ongetleon.ai,built on the top ofNext.jsand proudly powered byVercel.

Development

#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