Skip to content

Contributing — Frontend side

The Frontend Part is what users interact with. It displays the events and information processed by the server in a user-friendly way. Users can see live updates of events like errors or logs.

Key Technologies:

  • VueJs 3 - This framework builds the interactive user interface.
  • TailwindCSS - Styles the frontend, making it look good and responsive.
  • Storybook - Helps us develop and organize UI components.

This architecture supports a robust system for monitoring and managing application events. As a contributor, your work in either part plays a crucial role in enhancing Buggregator's functionality and user experience. If you have any specific areas you're interested in or questions about the architecture, feel free to ask!

Server requirements

  1. NodeJS 18.x
  2. npm 9.x

Installation

  1. Clone repository git clone https://github.com/buggregator/frontend.git
  2. Install dependencies yarn install
  3. Run NodeJS server yarn dev
  4. Open http://localhost:3000

You can also run Storybook yarn sb to see all components in isolation with mocked data.


Now you can start developing your own features and share them with the community!