Skip to content

Files

Latest commit

 

History

History
15 lines (9 loc) · 590 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 590 Bytes

File System Access API Local MarkDown Editor

This repository holds the demo website for a local MarkDown editor showcasing the File System Access API.

View Demo

Getting started

  • Run yarn | npm install to install all needed dependencies
  • Run yarn dev | npm run dev to run the development environment
  • Run yarn build | npm run build to create a production build

Development setup

This project uses Parcel to develop and build. Refer to their documentation to get up to speed on how to work with it.