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
- If you find bugs, please open issues.
- To suggest changes, please open pull requests.
- For general questions, please ask on Discourse or IRC.