Skip to content

peterluo/editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Editor

A markdown editor.

Development

Something you need for development.

If you don't have a node environment, get one.

  1. Install grunt:

    $ npm install grunt-cli
    
  2. Fork and clone the repo

  3. Install requirements:

    $ npm install
    
  4. Lint your code:

    $ grunt jshint
    
  5. Build the code:

    $ grunt transport
    

Now you will get a build directory in the repo, open build/index.html with your browser.

About

A markdown editor.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published