README.md

April 2, 2017 ยท View on GitHub

Regulex

JavaScript Regular Expression Parser & Visualizer.

Usage

Contributing

  1. Setting up the code and building after editing source git@github.com:francoislaberge/regulex.git cd regulex npm install npm run build
  2. After building a regulex.app exists in the output/ folder.
  3. Also all of the files needed to host the regulex app statically as a github page is exist in the docs folder, and we use the Github repo setting that uses #master's doc folder as the root directory for it's Github pages.

Credits