The source code for http://joblint.org/
Current Version: 1.1.0
Node Support: 0.10
To set up a local development version of Joblint.org, you'll need Node.js installed. Clone this repo locally and install dependencies with;
$ npm installNow you should be able to run the following to start a development server on port 3000:
$ make start-devNow you can view the site at http://localhost:3000/
Run the following command to lint the code.
$ make lintPlease ensure there are no lint errors before opening a pull request.
Perry Harlock for the original styling/front-end work.
Joblint.org is licensed under the MIT license.