Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbuch/markdown-editor
A simple markdown editor in react
https://github.com/marcbuch/markdown-editor
Last synced: 10 days ago
JSON representation
A simple markdown editor in react
- Host: GitHub
- URL: https://github.com/marcbuch/markdown-editor
- Owner: MarcBuch
- Created: 2023-01-28T12:56:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T00:57:36.000Z (almost 2 years ago)
- Last Synced: 2023-10-06T12:40:12.651Z (about 1 year ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another Markdown Editor
I use this projec to explore editor packages in the NPM ecosystem. Maybe someday I build the perfect note taking tool...
## Run
```Shell
# Install deps
$ npm install# Run local environment
$ npm run dev# Run production build/deployment
$ npm run start
```If you have access to a railway account:
```Shell
# Run locally
$ railway run yarn dev# Deploy to prod
$ railway up
```