The fastest development system in the world.
534
Fix bugs, faster
Sign in to janitor.technology.
Install Node.js (version 8 minimum) (and optionally Docker).
Clone this repository:
git clone https://github.com/janitortechnology/janitor
cd janitor/
Install dependencies:
npm install
Configure ./db.json for a local use or simply download the following configuration.
Start the server:
node app
Then hit https://localhost:1443!
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
Content type
Image
Digest
Size
1.7 GB
Last updated
over 5 years ago
docker pull janitortechnology/janitor