Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leon-ai/getleon.ai

🌐 Website of Leon.
https://github.com/leon-ai/getleon.ai

leon next nextjs react reactjs website

Last synced: about 2 months ago
JSON representation

🌐 Website of Leon.

Awesome Lists containing this project

README

        

# Leon Website Vercel

## Overview

This repository contains the website of Leon. It is available on [getleon.ai](https://getleon.ai), built on the top of [Next.js](https://nextjs.org) and proudly powered by [Vercel](https://vercel.com?utm_source=leon-ai&utm_campaign=oss).

## Development

``` bash
# 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
```