strokirk / insomnia-docs

This repository houses all Insomnia documentation.

Home Page:https://docs.insomnia.rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insomnia Documentation

Welcome to the open-source Insomnia documentation repository. Find the Insomnia documentation site at docs.insomnia.rest.

Please refer to our Contributing Guidelines.

Run locally

  1. Clone the repository.
  2. Install Ruby and Bundler.
  3. Run cd docs.
  4. Run bundle install.
  5. Run bundle exec jekyll serve.
  6. Browse to http://localhost:4000.

Run with Docker

  1. Clone the repository.
  2. Install Docker.
  3. Run make build or docker build --tag insomnia-docs:latest ..
  4. Run make run or docker run -it --rm -p 4000:4000 insomnia-docs:latest.
  5. Browse to http://localhost:4000.

About

This repository houses all Insomnia documentation.

https://docs.insomnia.rest


Languages

Language:JavaScript 88.5%Language:Makefile 6.7%Language:Dockerfile 4.8%