Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 329 Bytes

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