Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davebitter/file-system-api-markdown-editor
- Owner: DaveBitter
- Created: 2022-12-21T09:05:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T09:30:49.000Z (over 1 year ago)
- Last Synced: 2024-01-28T01:11:37.660Z (9 months ago)
- Topics: 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
- Language: CSS
- Homepage: https://md-editor.davebitter.com/
- Size: 297 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.