https://github.com/platzidev/pulse
A Platzi Flavored Markdown desktop editor
https://github.com/platzidev/pulse
electron-app markdown nextjs platzi pulse pulse-editor react-app
Last synced: 9 months ago
JSON representation
A Platzi Flavored Markdown desktop editor
- Host: GitHub
- URL: https://github.com/platzidev/pulse
- Owner: PlatziDev
- License: mit
- Created: 2017-05-22T00:33:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T21:36:05.000Z (over 2 years ago)
- Last Synced: 2025-03-22T17:11:29.352Z (about 1 year ago)
- Topics: electron-app, markdown, nextjs, platzi, pulse, pulse-editor, react-app
- Language: JavaScript
- Size: 392 KB
- Stars: 22
- Watchers: 8
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pulse
A Platzi Flavored Markdown desktop editor

## Development
- Install dependencies with `yarn`
- Start app with `yarn start`
## Building for production
- Install dependencies with `yarn`
- Build app with `yarn dist`