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

https://github.com/mailpace/blog

The official MailPace Blog, hosted at https://blog.mailpace.com
https://github.com/mailpace/blog

Last synced: about 1 year ago
JSON representation

The official MailPace Blog, hosted at https://blog.mailpace.com

Awesome Lists containing this project

README

          

This is the official MailPace.com blog. Based on Gatsby!

This is integrated into Netlify's CMS, so you can add blog posts here:

https://blog.mailpace.com/admin

# To develop locally:

Install gatsby: `npm install -g gatsby-cli`

Install deps: `npm install`

Run `gatsby develop`
# To serve:

Run: `gatsby build && gatsby serve`