Skip to content

Commit

Permalink
Add --depth 1 for git clone
Browse files Browse the repository at this point in the history
Update portal-contribute.md to use git clone --depth 1 for quicker checkouts
  • Loading branch information
katomm authored Aug 9, 2023
1 parent 2b8b0a4 commit f824d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/portal-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To contribute to the Cardano developer portal, you must first install it locally
To get a local development environment, clone the repository, navigate into the `developer-portal` folder, install dependencies, and start the development server. Most changes are reflected live without having to restart the server. By default, a browser window will open at `http://localhost:3000`.

```sh
git clone https://github.com/cardano-foundation/developer-portal.git
git clone --depth 1 https://github.com/cardano-foundation/developer-portal.git
cd developer-portal
yarn install
yarn start
Expand Down

0 comments on commit f824d99

Please sign in to comment.