Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```