Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1 KB

README.md

File metadata and controls

25 lines (14 loc) · 1 KB

Try Regex

Try Regex is an interactive regular expressions tutorial inspired by Try Ruby and Try Haskell. Check it out at http://tryregex.com/.

This project was conceived at the HackKing's Hackathon in London.

Installing

Try Regex uses gulp for building and other development tools, and bower for package management. To install, run the following:

npm install
bower install

You will need Node (>= 0.9), npm and bower to be installed.

Running

It's static HTML, you don't need anything special to serve the files. However, gulp adds a number of tools which make it easier during development. You can run gulp build to turn the LESS code into CSS, you can use gulp lint to lint your code, and you can use gulp to run browser-sync and a LESS watcher to compile and inject changes as they're made.

License

Try Regex is released under the MIT license.