This repository contains the website of Leon. It is available on getleon.ai, built on the top of Nuxt.js and hosted by Netlify.
# 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