#GLUG-NITH website
This website is build using Grav.
##Contributing
-
Fork this repo.
-
Clone it to your system.
-
Run it using
php -S localhost:8080
. -
View the website at
127.0.0.1
. Navigate to/admin
to make changes. -
Checkout new branch:
git checkout -b my_changes
. -
Add new files via
git add .
if required. -
Commit the changes:
git commit -am "your message describing what you did"
. -
Push to your remote:
git push
. -
Generate a pull request.