This repository contains a React-based version of the original BabbleBeaver application. This serves as a way for React developers to get started off implementing and integrating various features into the application without having to worry about the setup process.
Before running this application, you need to ensure that the server is running in the background.
- If you haven't cloned the main repository yet, do so by running
git clone https://github.com/open-build/BabbleBeaver.gitand follow the instructructions outlined regarding starting the FastAPI server
After the server is up and running, run the following commands:
git clone https://github.com/open-build/BabbleBeaverReact.gitto clone the repositorycd babblebeaver-reactto navigate to the root directorynpm installto install all the necessary dependenciesnpm startto start the application