Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.1 KB

TechDocs Chrome Extension

TechDocs is the technical document curation service for you. This Chrome extention provides the convenient switch between languages for the toolbar of your browser.

Download

(coming soon!)

Development

Tools

We're using Sketch.app (Paid) for designing works, but it's not necessary for just building. To install SketchTool, run the script below.

$ curl -L https://raw.githubusercontent.com/cognitom/dotfiles/master/lib/sketchtool.sh | sudo sh

Are you a Windows user? SketchTool is just for Mac. Pls comment out this line.

Build and Watch

Install dependencies.

$ npm install

Build the app.

$ gulp

Watch CofeeScript, CSS, ...etc

$ npm start

Contributors