/janitor

The fastest development system in the world.

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Janitor

Travis status Greenkeeper NPM version

Fix bugs, faster

Janitor video

See it live

Sign in to janitor.technology.

Try it at home

Install Node.js (and optionally Docker).

Clone this repository:

git clone https://github.com/janitortechnology/janitor
cd janitor/

Install dependencies:

npm install

Start the server:

node app

Then hit https://localhost:1443!

Hack it

You can hack Janitor directly on Janitor!

Check your code:

npm run lint

Auto-fix your code:

npm run lint-fix

Test your code:

npm test

Auto-restart the server when its files are modified:

npm run watch

Run the server in the background (use tail -f janitor.log to check on it):

npm run app

Help wanted!

Thanks