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

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

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.