Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mckeever02/mailtolink

A quick and easy way to generate markup for mailto links without having to worry about the annoying formatting.
https://github.com/mckeever02/mailtolink

11ty eleventy eleventy-site generator html5 mailto pwa webpack

Last synced: 1 day ago
JSON representation

A quick and easy way to generate markup for mailto links without having to worry about the annoying formatting.

Awesome Lists containing this project

README

        

# mailtolink.me

![mailtolink.me](https://github.com/mckeever02/mailtolink/blob/master/_images/card-image.png)

A quick and easy way to generate markup for mailto links without having to worry about the annoying formatting.

Give it a try! Visit [mailtolink.me](http://mailtolink.me) to see it in action!

By [Michael Mckeever](https://twitter.com/mmckvr)

## Getting Started

Install all dependencies using npm:

```
$ nvm use
$ npm install
```

### To Develop

```
$ npm run dev
```
And in debug mode:

```
$ npm run dev:debug
```

You can view the website at the given access URL:
```
$ light-server is listening at http://localhost:4000
```

The local url is configured in `.lightserverrc`

### To Build

```
npm run build
```