You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aquaguardian/README.md

31 lines
501 B

6 months ago
## Github Setup
### Setup account
git config --global user.name "your_username"
git config --global user.email johndoe@example.com
# first time
6 months ago
6 months ago
git init
6 months ago
6 months ago
git checkout -b main
6 months ago
6 months ago
git add README.md
6 months ago
6 months ago
git commit -m "first commit"
6 months ago
6 months ago
git remote add origin https://hackethon.ai/hack/Sanju-15/aquaguardian.git
6 months ago
6 months ago
git push -u origin main
6 months ago
# 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.