An open API service indexing awesome lists of open source software.

https://github.com/pseudomuto/regex-tutor

A web application that hosts a tutorial for learning regular expressions
https://github.com/pseudomuto/regex-tutor

Last synced: 11 months ago
JSON representation

A web application that hosts a tutorial for learning regular expressions

Awesome Lists containing this project

README

          

regex-tutor
===========

A web application that hosts a tutorial for learning regular expressions

## Contributing

In order to compile this project, you will need [nodejs](http://nodejs.org/download/) and [coffee-script](https://npmjs.org/package/coffee-script) installed.

To contribute:

* Fork/Clone the Repo
* Open a terminal/command prompt and cd to the `clone dir`
* Run `cake init` to install required modules
* Make any changes you need
* Run `cake build` or `cake watch` to compile the site into the `build` directory (ignored by Git)
* Commit and make a pull request!