Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.39 KB

Super-MD-Editor

Sample Markdown editor based on Electron made during devWarsztaty with Łukasz Gąsior.

Editor in action

Requirements

  • Git client to clone repository
  • Node.js runtime environment
  • npm package manager

Run application

  1. Clone repository

    git clone https://github.com/lkurzyniec/Super-MD-Editor.git

  2. Get into project folder

    cd Super-MD-Editor

  3. Install packages (app dependencies)

    npm install

  4. Run the app

    npm start

  5. Build release

    npm run package

What I learnt

made with ♥ to JavaScript