Runs on PHP and AngularJS
-
Install and Download XAMPP
-
clone the respository in your xampp/htdocs
-
run xampp
-
Edit and enjoy!
-
fork the repository (click the fork button)
-
clone your personal repo (
git clone http://github.com/yourname/webscout) -
cd to the directory (
cd webscout) -
add your remotes
-
git remote add personal http://github.com/yourname/webscout.git -
git remote add origin http://github.com/2468scout/webscout.git -
make a branch (
git checkout -b newBranchName) -
add and commit changes
-
git add . -
git commit -m "Update things" -
git push personal branchName -
make a pull request (click the new pull request button on github.com)