mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
4cb8e34aef9be4a90145d0f8ecd62695de4cd031
Insomnia Designer
Designer is a spec-first API development app built in top of Insomnia.
npm run bootstrap
npm run app-start
Creating Releases
- Bump version number in
packages/insomnia-app/package.jsonapp.versionproperty. - Commit changes into Git
- Create git tag to match version
git tag v1.0.0 - Push tags
git push --tags - GitHub action will automatically on tags and test/build/package the app into a GitHub Release
Merging Insomnia Changes
- Add git remote called
insomniathat points to Insomnia repo - Pull Insomnia changes with
git pull --no-tags insomnia develop - Fix conflicts if any occur
- Push merged changes
Description
Languages
TypeScript
57%
JavaScript
41.7%
CSS
0.9%
MDX
0.2%
C++
0.1%
