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
- Host: GitHub
- URL: https://github.com/pseudomuto/regex-tutor
- Owner: pseudomuto
- Created: 2013-07-11T13:30:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-12T18:25:50.000Z (almost 13 years ago)
- Last Synced: 2025-03-25T16:53:36.471Z (about 1 year ago)
- Language: CoffeeScript
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!