Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

🖋️ Blog of Leon.
https://github.com/leon-ai/blog.getleon.ai

blog gatsby gatsbyjs leon news

Last synced: 3 months ago
JSON representation

🖋️ Blog of Leon.

Awesome Lists containing this project

README

        

# Leon Blog [![Powered by Vercel](https://raw.githubusercontent.com/leon-ai/blog.getleon.ai/master/static/images/powered-by-vercel.svg)](https://vercel.com?utm_source=leon-ai&utm_campaign=oss)

## Overview

This repository contains the blog of Leon. It is available at [blog.getleon.ai](https://blog.getleon.ai), built on the top of [Gatsby](https://www.gatsbyjs.com/) 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:4000
npm run dev

# Generate static project
npm run build
```