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 buildordocker build --tag insomnia-docs:latest .. - Run
make runordocker run --rm -it -p 4000:4000 -v ${PWD}/docs:/docs insomnia-docs:latest. - Browse to http://localhost:4000.
- Clone the repository.
- Install Nix.
cd docsnix-shellbundle installbundle exec jekyll serve -H 0.0.0.0 -P 4000 --watch