Skip to content

DaveBitter/file-system-api-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.