mirror of
https://github.com/Kong/insomnia.git
synced 2026-02-02 10:12:31 -05:00
50b6b995aa7edf290bbc87f487dc849febbecadc
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
55.2%
JavaScript
43.4%
CSS
1%
MDX
0.2%
C++
0.1%
