Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 780 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 780 Bytes

Notif.me

Blog of Notif.me, a solution to send all kinds of transactional notifications.

Run in local

$ docker run --name notifme-blog --volume=$PWD:/srv/jekyll -p 35729:35729 -p 4000:4000 -it jekyll/jekyll jekyll serve

Then go to localhost:4000.

Contributing

To get started: fork this repository to your own GitHub account and then clone it to your local device.

$ git clone [email protected]:[YOUR_USERNAME]/notifme-blog.git && cd notifme-blog