justinwiley / markdownbeautifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Beautifier

This is a toy project designed to create a semi-useful web-application that meets Lighthouse audits and is a progressive, off-line capable application.

Code quality and test coverage are secondary considerations!

Goals

  • Progressive, off-line performance
  • Small build size, leverage CDN versions of libraries where possible

Dependencies

This project utilizes the following open-source projects. If you find it useful, please consider donating to them:

References

Getting started

  • Install NPM and Yarn
  • Clone this project
  • Run yarn to install dependencies
  • Run npm start to start up the development server
  • Application is now available at localhost:8080

About

License:MIT License


Languages

Language:HTML 84.6%Language:JavaScript 15.4%