Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 648 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 648 Bytes

Leon Website Vercel

Overview

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.

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