English | Українська | Русский | Türkçe | Deutsch
I am happy that you are looking to improve bruno. Below are the guidelines to get started bringing up bruno on your computer.
Bruno is built using NextJs and React. We also use electron to ship a desktop version (that supports local collections)
Libraries we use
- CSS - Tailwind
- Code Editors - Codemirror
- State Management - Redux
- Icons - Tabler Icons
- Forms - formik
- Schema Validation - Yup
- Request Client - axios
- Filesystem Watcher - chokidar
You would need Node v18.x or the latest LTS version and npm 8.x. We use npm workspaces in the project
Please reference development.md for instructions on running the local development environment.
- Please keep the PR's small and focused on one thing
- Please follow the format of creating branches
- feature/[feature name]: This branch should contain changes for a specific feature
- Example: feature/dark-mode
- bugfix/[bug name]: This branch should contain only bug fixes for a specific bug
- Example bugfix/bug-1
- feature/[feature name]: This branch should contain changes for a specific feature