https://github.com/zmofei/markless
A editor for markdown
https://github.com/zmofei/markless
Last synced: over 1 year ago
JSON representation
A editor for markdown
- Host: GitHub
- URL: https://github.com/zmofei/markless
- Owner: zmofei
- Created: 2015-08-17T09:56:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T14:48:49.000Z (over 10 years ago)
- Last Synced: 2025-01-29T14:11:21.662Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 185 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markless
A easy editor for markdown
# What you need to build your own markless
In order to build `markless`, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported.
For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/download/).
OS X users should install [Homebrew](http://brew.sh/). Once Homebrew is installed, run brew install git to install git, and brew install node to install Node.js.
Linux/BSD users should use their appropriate package managers to install git and Node.js, or build from source if you swing that way. Easy-peasy.
# How to build your own markless
Clone a copy of the main `markless` git repo by running:
git clone git://github.com/zmofei/markless.git
Enter the `markless` directory and run the build script:
cd markless && npm run build
The built version of `markless` will be put in the dist/ subdirectory.