Welcome to the open-source Insomnia documentation repository. Find the Insomnia documentation site at docs.insomnia.rest.
Please refer to our Contributing Guidelines.
cd docs
.bundle install
.bundle exec jekyll serve
.make build
or docker build --tag insomnia-docs:latest .
.make run
or docker run --rm -it -p 4000:4000 -v ${PWD}/docs:/docs insomnia-docs:latest
.cd docs
nix-shell
bundle install
bundle exec jekyll serve -H 0.0.0.0 -P 4000 --watch