Sign inSign up

janitortechnology/janitor

By janitortechnology

Updated over 5 years ago

The fastest development system in the world.

Image
1

534

janitortechnology/janitor repository overview

Janitor

Github Actions Docker Hub Greenkeeper NPM version NPM dependencies IRC channel

Fix bugs, faster

Janitor video

Try it live

Sign in to janitor.technology.

Try it at home

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!

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

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

over 5 years ago

docker pull janitortechnology/janitor