tylerlong / slim_text

Slim Text Editor
http://slimtext.org
192 stars 43 forks source link

Developer Guide #4

Closed tylerlong closed 11 years ago

tylerlong commented 11 years ago

Developer Guide

Install Software

CoffeeScript

Quick Start

git clone git@github.com:tylerlong/slim_text.git
cd slim_text
git submodule update --init --recursive
coffee --watch --output js/ --compile coffee/

Note: You are recommended to fork the Repo before git clone

Testing

  1. Browser navigates to chrome://extensions/
  2. Select Developer mode
  3. Click Load unpacked extension...
  4. Load the root folder of this project
  5. The developer version of Slim Text is ready to be tested

image

Contribute code

  1. fork the Repo
  2. git clone the Repo`
  3. modify code, commit, push
  4. create a Pull Request
  5. Your commits get reviewed and merged