This repository holds the demo website for a local MarkDown editor showcasing the File System Access API.
- Run
yarn|npm installto install all needed dependencies - Run
yarn dev|npm run devto run the development environment - Run
yarn build|npm run buildto create a production build
This project uses Parcel to develop and build. Refer to their documentation to get up to speed on how to work with it.