Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 733 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 733 Bytes

mailtolink.me

mailtolink.me

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 to see it in action!

By Michael Mckeever

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