When contributing to the project, please follow these guidelines:
- Fork the repository on GitHub
- Clone the repository on your local machine
git clone https://github.com/JengaBay/jenga_bay.git
- CD into the directory
$cd jenga_bay
on your machine - CD into the Directory
$cd frontend
on your machine - Run
yarn
to install all the dependencies - Run
yarn start
on directoriesfrontend
to start the server - Launch your browser and go to
http://localhost:3000
$ git add .
$ git commit -m "your-message"
$ git remote -v
$ git remote add upstream git@github:JengaBay/jenga_bay.git
$ git fetch upstream
$ git checkout -b <your_branch_name>
$ git push upstream
THANK YOU FOR READING THIS DOCUMENTATION.