Welcome to the open-source Insomnia documentation repository. Find the Insomnia documentation site at docs.insomnia.rest.
Please refer to our Contributing Guidelines.
- Clone the repository.
- Install Ruby and Bundler.
- Run
cd docs
. - Run
bundle install
. - Run
bundle exec jekyll serve
. - Browse to http://localhost:4000.
- Clone the repository.
- Install Docker.
- Run
make build
ordocker build --tag insomnia-docs:latest .
. - Run
make run
ordocker run --rm -it -p 4000:4000 -v ${PWD}/docs:/docs insomnia-docs:latest
. - Browse to http://localhost:4000.
- Clone the repository.
- Install Nix.
cd docs
nix-shell
bundle install
bundle exec jekyll serve -H 0.0.0.0 -P 4000 --watch