Skip to content

OPerel/markdowntables

Repository files navigation

Markdowm Table Generator

Fill out a form to create a table in a markdown string

Check it out live here

To run locally

Clone the repository:

git clone https://github.com/OPerel/markdowntables.git
cd markdowntables

and run:

npm install
npm start

To build the app for production, run:

npm run build

Created using Stencil JS.