https://github.com/mailpace/docs
Documentation for Transactional Email Provider MailPace.com, available at https://docs.mailpace.com
https://github.com/mailpace/docs
Last synced: 4 months ago
JSON representation
Documentation for Transactional Email Provider MailPace.com, available at https://docs.mailpace.com
- Host: GitHub
- URL: https://github.com/mailpace/docs
- Owner: mailpace
- Created: 2022-01-20T09:38:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T08:41:26.000Z (about 1 year ago)
- Last Synced: 2025-10-27T00:37:36.630Z (8 months ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is the documentation for [MailPace](https://mailpace.com/), an API for sending transactional emails.
The documentation is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
Feel free to open Pull Requests for any suggested changes, or raise an Issue for any questions or additional support.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.