Merge branch 'main' of github.com:usebruno/bruno

This commit is contained in:
Anoop M D 2022-10-20 15:11:15 +05:30
commit f9806e69a5
3 changed files with 8 additions and 20738 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
# dependencies
node_modules
pnpm-lock.yaml
.pnp
.pnp.js

View File

@ -1,4 +1,5 @@
## development
```bash
# install deps
npm i
@ -13,7 +14,12 @@ npm run dev --workspace=packages/bruno-electron
npm run build --workspace=packages/bruno-app
```
## fix
You might encounter a `Unsupported platform` error when you run `npm install`. To fix this, you will need to delete `node_modules` and `package-lock.json` and run `npm install`. This should install all the necessary packages needed to run the app.
# testing
```bash
# bruno-schema
npm test --workspace=packages/bruno-schema

20737
package-lock.json generated

File diff suppressed because it is too large Load Diff