https://github.com/johnson-elugbadebo/markdown-editor
Markdown Editor cross-platform desktop application build with the electron.js library
https://github.com/johnson-elugbadebo/markdown-editor
electron electron-forge typescript
Last synced: 5 months ago
JSON representation
Markdown Editor cross-platform desktop application build with the electron.js library
- Host: GitHub
- URL: https://github.com/johnson-elugbadebo/markdown-editor
- Owner: johnson-elugbadebo
- Created: 2024-07-28T04:08:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T04:24:33.000Z (almost 2 years ago)
- Last Synced: 2025-08-08T05:32:10.719Z (11 months ago)
- Topics: electron, electron-forge, typescript
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firesale
This is an application build during the [Electron-v3][course] course on [Frontend Masters][fem].
## Setup
Make sure you have [Node.js](https://nodejs.org/) v16 or newer, [Git](https://git-scm.com/), and the [Yarn](https://yarnpkg.com/) package manager installed.
Run `npm i -g yarn` to globally install Yarn
The following commands will install the repo dependencies and start the Firesale application.
```
npm i
npm start
```
[fem]: https://frontendmasters.com
[course]: https://frontendmasters.com/courses/electron-v3/