Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davebitter/file-system-api-markdown-editor


https://github.com/davebitter/file-system-api-markdown-editor

demo demo-app filesystem filesysytemaccessapi fugu parcel progressive-web-app pwa pwa-app pwa-apps pwa-example service-worker vanilla-javascript vanilla-js web web-capabilities

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://md-editor.davebitter.com/)

## 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](https://parceljs.org/) to develop and build. Refer to their documentation to get up to speed on how to work with it.