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

https://github.com/dmarcwise/dmarc-wiki

A directory of email service providers and their SPF, DKIM and DMARC compliance level, with instructions and tips on how to configure them.
https://github.com/dmarcwise/dmarc-wiki

dkim dmarc email spf

Last synced: 5 months ago
JSON representation

A directory of email service providers and their SPF, DKIM and DMARC compliance level, with instructions and tips on how to configure them.

Awesome Lists containing this project

README

          

# dmarc.wiki

This is the source code for the [dmarc.wiki](https://dmarc.wiki) website.

## Developing

Install dependencies with `npm install`, then run:

```bash
npm run dev
```

Or start the server and open the app in a new browser tab:

```bash
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.