Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leon-ai/getleon.ai
- Owner: leon-ai
- License: mit
- Created: 2019-02-04T11:00:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T06:44:28.000Z (8 months ago)
- Last Synced: 2024-05-12T07:32:28.881Z (8 months ago)
- Topics: leon, next, nextjs, react, reactjs, website
- Language: TypeScript
- Homepage: https://getleon.ai
- Size: 13.1 MB
- Stars: 34
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
## 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
```