This is the project we did for the Software Development 2 course.
- install npm package
cd client
npm install
npm run dev
- that's it
Here's how to work with GitHub.
First you need to checkout the master and get the newest version of the source code by git checkout master
and git pull
.
If you're just starting out, you can use git clone https://github.com/nghitrum/reeny.git
to clone the master branch.
Create new branch by git checkout -b name-of-branch
.
Then you can git checkout name-of-branch
.
You can always check your local git by git status
.
Use git add .
Use git commit -m "message should be clear and understandable"
Use git push -u
to find out how to push.
Then copy the result to push to your branch.
Now go to the website to check the new branch. Click on the branch then New Pull Request of your branch.
If it says Able to merge, write your message or leave it as default and click Create pull request.
Then if it says This branch has no conflicts with the base branch, you can click on Merge pull request, then Confirm.
Use git checkout master
.
Use git pull master
.
Nghi Nguyen, Joel Muittari, Dmitrii Stetcko