Announcement: Project Final Phase requirements are out at our wiki. It may not be 100% complete but good enough for you to start working on it
This is the sharing repo for CENG 3507 Web Development and Programming course offered in MSKU Department of Computer Engineering.
Usage:
- Install git.
- Clone the repository:
git clone https://github.com/pembeci/ceng3507.git
- For your experiments create a branch and switch to it:
git checkout -b hobara
- Later you can delete the branch with:
git branch -d hobara
- To get the latest files:
git checkout -b master
(switch to master branch) and thengit pull
- Instead of cloning and creating branches, you may also fork this repo with your github account and then work on your local copy. You need to sync your fork after I added new files.
Visit wiki page for links and other information.