Skip to content

Commit

Permalink
Merge branch 'main' into fix/signup-validation-error
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Nov 30, 2023
2 parents 37736d1 + bd9ec71 commit 07fff4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/CloneSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@

## Forking 🍴

- There will be a `Fork` button on the top right corner of the repo. Click on it.
- There will be a `Fork` button on the top right corner of the repository. Click on it.
- **Uncheck** the option which says `Copy the main branch only`.
- This is important as we have multiple branches in the repo and `beta` is the development branch.
- This is important as we have multiple branches in the repository and `beta` is the development branch.

## Cloning 🌀

- After the fork is done, you will be redirected to your forked repo.
- The next step is to clone the repo to your local storage.
- After the fork is done, you will be redirected to your forked repository.
- The next step is to clone the repository to your local storage.
- Open your terminal and enter the following command and hit enter.

```shell
git clone https://github.com/MilanCommunity/Milan.git
```
- This will clone the repo to your local storage and you can start working on it.
- This will clone the repository to your local storage and you can start working on it.

## Next steps 🚀

So now you have the repo in your local storage. The next step is to setup the frontend and backend locally. You can refer to the following links to setup the frontend and backend locally.
So now you have the repository in your local storage. The next step is to setup the frontend and backend locally. You can refer to the following links to setup the frontend and backend locally.

1. [Setting up frontend locally](/docs/FrontendSetup.md)
2. [Setting up the backend locally](/docs/BackendSetup.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"milan community frontend app"
],
"dependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^17.6.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^14.4.3",
Expand Down

0 comments on commit 07fff4b

Please sign in to comment.