markdown-tooltip

Introduction

Markdown-tooltip is still being actively developed

Getting Started

  • Clone the repo to your local machine
> $ git clone https://github.com/billmike/markdown-tooltip.git
  • Change directory into the more-recipes directory
> $ cd markdown-tooltip
  • Install all required dependencies by running
> $ yarn
  • To start the application, run
> $ yarn start

How To Contribute

  • Fork the repository
  • Create a feature branch with a feature.md file
  • Write tests and make them pass
  • Open a pull request