janitor.technology
v0.0.9
Published
The fastest development system in the world.
Readme
Janitor
Fix bugs, faster
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 installStart the server:
node appThen hit https://localhost:1443!
Hack it
You can hack Janitor directly on Janitor!
Check your code:
npm run lintAuto-fix your code:
npm run lint-fixTest your code:
npm testAuto-restart the server when its files are modified:
npm run watchRun the server in the background (use tail -f janitor.log to check on it):
npm run appHelp wanted!
- If you find bugs, please open issues.
- To suggest changes, please open pull requests.
- For general questions, please ask on Discourse or IRC.

