Skip to content

Commit 07feef6

Browse files
committed
update README
1 parent c5893c4 commit 07feef6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# BabbleBeaverReact
1+
# BabbleBeaverReact
2+
3+
This repository contains a React-based version of the original [BabbleBeaver](https://github.com/open-build/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.
4+
5+
## Running the server
6+
Before running this application, you need to ensure that the server is running in the background.
7+
- If you haven't cloned the main repository yet, do so by running `git clone https://github.com/open-build/BabbleBeaver.git` and follow the instructructions outlined regarding starting the FastAPI server
8+
9+
## Running the React application
10+
After the server is up and running, run the following commands:
11+
- `git clone https://github.com/open-build/BabbleBeaverReact.git` to clone the repository
12+
- `cd babblebeaver-react` to navigate to the root directory
13+
- `npm install` to install all the necessary dependencies
14+
- `npm start` to start the application

0 commit comments

Comments
 (0)