Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leon-ai/blog.getleon.ai
- Owner: leon-ai
- License: mit
- Created: 2019-02-10T09:00:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T10:38:16.000Z (over 1 year ago)
- Last Synced: 2024-04-23T19:08:17.557Z (9 months ago)
- Topics: blog, gatsby, gatsbyjs, leon, news
- Language: JavaScript
- Homepage: https://blog.getleon.ai
- Size: 47.2 MB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
```