Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a7ul/mdview-nodegui
A Markdown editor in NodeGui
https://github.com/a7ul/mdview-nodegui
javascript nodegui qt
Last synced: about 1 month ago
JSON representation
A Markdown editor in NodeGui
- Host: GitHub
- URL: https://github.com/a7ul/mdview-nodegui
- Owner: a7ul
- Created: 2020-01-27T07:28:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T14:09:30.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T19:09:32.500Z (7 months ago)
- Topics: javascript, nodegui, qt
- Language: TypeScript
- Size: 810 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nodegui - Markdown editor in NodeGui - A Markdown editor in NodeGui under 200 lines of code. (Apps / Samples and Experiments)
README
# Markdown editor in NodeGui
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.
Make sure you have met the requirements listed here: https://docs.nodegui.org/docs/guides/getting-started
From your command line:
```bash
# Install dependencies
npm install
# Run the app
npm start
```## License
MIT