Skip to content

TechDocs/TechDocs-Chrome-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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