#Getting Started
First you need to clone the repository and install dependencies.
Open a terminal and enter git clone https://github.com/fitbird/web-app.git
.
Then enter npm install
.
Now you can run the application.
Enter npm start
in the terminal.
Then open a browser and enter http://localhost:8090/
.
#Request Change
First you fork the repository or create a branch to work on.
After you have completed the change and tested that everything works, you create a pull request with the change.
Assign label ready for review
.