Make-MD-electron

GitHub Build Status

This project is in alpha.

Some features, such as travis config file generation, don't work.

Documentation (fr)

Install

Download the last .deb file here.

  sudo dpkg -i makemd_0.1.0_amd64.deb
  sudo apt-get install -f

Dependencies

  make
  curl
  pandoc
  pandoc-citeproc
  texlive-full
  nodejs
  npm

Start

  npm install
  sudo npm install -g gitbook-cli
  npm start

Build

On debian based systems

  # build the .deb package
  sudo apt-get install fakeroot
  npm run build
  npm run deb64

  # install the .deb package on your system
  sudo dpkg -i dist/installers/makemd_0.1.0_amd64.deb
  sudo apt-get install -f