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
- Host: GitHub
- URL: https://github.com/mailpace/blog
- Owner: mailpace
- License: mit
- Created: 2022-01-20T09:49:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:09:10.000Z (over 1 year ago)
- Last Synced: 2025-02-12T04:59:01.374Z (over 1 year ago)
- Language: JavaScript
- Size: 19.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`