1# SyntaxHighlighter [![Gittip](http://img.shields.io/gittip/alexgorbatchev.png)](https://www.gittip.com/alexgorbatchev/)
2
3SyntaxHighlighter is THE client side highlighter for the web and apps! It's been around since
42004 and it's used virtually everywhere to seamlessly highlight code for presentation.
5
6The latest doc is currently located at [alexgorbatchev.com/SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter/)
7
8# Building
9
101. Have node.js v0.10 or higher
111. From the source folder run `npm install`
121. Then `./node_modules/.bin/bower install` to download dependencies
131. Then `./node_modules/.bin/grunt build` to build
141. Look in the `pkg` folder for results!
15
16# Testing
17
18Testing is something that is still inherited from ages ago and is currently using QUnit. To test the project, it's a two step process:
19
201. Start HTTP server `./node_modules/.bin/grunt test`
211. Open browser on `http://localhost:3000` and go from there
22
23# Please see the [dev](https://github.com/alexgorbatchev/SyntaxHighlighter/tree/dev) branch
24