diff --git a/README.md b/README.md index fa0bbeb..752980e 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,27 @@ git config --global user.email johndoe@example.com # first time + git init + git checkout -b main + git add README.md + git commit -m "first commit" + git remote add origin https://hackethon.ai/hack/Sanju-15/aquaguardian.git + git push -u origin main -# already existing repo \ No newline at end of file +# already existing repo + +## Running application +1. Clone App +``` +git clone https://hackethon.ai/hack/Sanju-15/aquaguardian.git +cd aquaguardian +``` + +2. Run the live server. \ No newline at end of file diff --git a/index.html b/index.html index 5848a23..424a0ed 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-