Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mckeever02/mailtolink
- Owner: mckeever02
- License: mit
- Created: 2018-12-20T19:30:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:30:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T11:25:38.686Z (21 days ago)
- Topics: 11ty, eleventy, eleventy-site, generator, html5, mailto, pwa, webpack
- Language: SCSS
- Homepage: http://mailtolink.me
- Size: 3.72 MB
- Stars: 893
- Watchers: 5
- Forks: 27
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- starred - mckeever02/mailtolink - A quick and easy way to generate markup for mailto links without having to worry about the annoying formatting. (SCSS)
- stars - mailtolink
- stars - mailtolink
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
```