Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 619 Bytes

Leon Blog Powered by Vercel

Overview

This repository contains the blog of Leon. It is available at blog.getleon.ai, built on the top of Gatsby and proudly powered by Vercel.

Development

# Install dependencies
npm install

# Serve with hot reload at localhost:4000
npm run dev

# Generate static project
npm run build