2020-04-26 14:47:34 -07:00
2020-04-26 14:47:34 -07:00
2020-04-26 13:33:39 -07:00
2020-04-26 13:33:39 -07:00
2019-04-17 17:50:03 -07:00
2020-04-26 13:33:39 -07:00
2017-10-10 22:55:22 +02:00
2019-04-17 17:50:03 -07:00
2019-04-17 17:50:03 -07:00
2020-04-26 13:33:39 -07:00
2018-01-26 14:39:27 +08:00
2019-12-17 12:16:08 -05:00
2020-04-26 13:33:39 -07:00
2020-04-26 13:33:39 -07:00
2019-05-20 11:24:55 -04:00
2020-04-26 13:33:39 -07:00
2020-04-26 13:33:39 -07:00
2020-04-26 14:08:50 -07:00
2020-04-26 13:33:39 -07:00

Insomnia Designer

Designer is a spec-first API development app built in top of Insomnia.

Screenshot

npm run bootstrap
npm run app-start

Creating Releases

  1. Bump version number in packages/insomnia-app/package.json app.version property.
  2. Commit changes into Git
  3. Create git tag to match version git tag v1.0.0
  4. Push tags git push --tags
  5. GitHub action will automatically on tags and test/build/package the app into a GitHub Release

Merging Insomnia Changes

  1. Add git remote called insomnia that points to Insomnia repo
  2. Pull Insomnia changes with git pull --no-tags insomnia develop
  3. Fix conflicts if any occur
  4. Push merged changes
Description
No description provided
Readme Apache-2.0 224 MiB
Languages
TypeScript 55.2%
JavaScript 43.4%
CSS 1%
MDX 0.2%
C++ 0.1%