Skip to content

kmaork/microcorrection

Repository files navigation

Microcorrection

A standalone, offline version of microcorruption, based on https://microcorruption.com/.

Use

docker-compose build prod
docker-compose up prod

Or with a specific port:

PORT=1234 docker-compose up prod

Develop

Clone

git clone --recursive <https://github.com/kmaork/microcorrection.git or git@github.com:kmaork/microcorrection.git>

Run tests

docker-compose run --rm test

Or with extra args:

docker-compose run --rm test tox -e py37 -- -svx

Run development server

docker-compose build dev
docker-compose up dev

Or with a specific port:

PORT=1234 docker-compose up dev

About

A standalone, offline version of microcorruption, based on https://microcorruption.com/.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published