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 -it --rm -p 4000:4000 insomnia-docs:latest
. - Browse to http://localhost:4000.