- Bhavya Hirani
- Garvit Shah
- Mohammad Ansah
- Priyanshu Parikh
A website for DOSTEAn. To visit the website - DOSTEAn
For the quick start, you can follow the steps below:
- Fork this repository.
- Clone the forked repository.
git clone https://github.com/<your-github-username>/DOSTEAn.git
- Navigate to the project directory.
cd DOSTEAn
- Create a new branch.
git checkout -b <your_branch_name>
Run the following command in terminal.
-
npm install
- install the required dependencies -
npm run watch
- start the development server -
Press Live Server
-
Contribute
-
Stage your changes and commit
git add --all
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull-Request to
main
. -
Congratulations! 🎉 you've made your contribution. ✌️ ❤️ 💥