Markdownify
PROJECT NAME

sub title goes here.

Gitter

Key FeaturesGetting StartedInstallingUsageContributingLicense

![screenshot](https://dummyimage.com/1024x576/ffffff/aaaaaa&text=screenshot) ## Key Features * feature one * feature two - detail of feature two - detail of feature two * feature three ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. ## Installing npm: ```sh $ npm i ``` yarn: ```sh yarn add ``` ## Usage Import this to your project. ```js import React from "react"; type Props = { msg: string; }; export function MyComponent({ msg }: Props) { return (
{`Some sample code`} {msg}
); } ``` ## Contributing Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us. ## License [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwayou%2Freadme-template.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwayou%2Freadme-template?ref=badge_large)