* Correct installation documentation * Add stylized titles * Add some changes to the getting started documentation * Add changes for the backend guide * Add changes for the design guide * Add testing / Q&A guide improvements * Minor fixes to contributing docs * More improvements to the general doc * Improvements for frontend guide
13 lines
232 B
Markdown
13 lines
232 B
Markdown
---
|
|
title: Forking The Repo
|
|
---
|
|
|
|
# Forking the repository
|
|
|
|
Fork DEV's repository: <https://github.com/thepracticaldev/dev.to/fork>
|
|
|
|
Clone your forked repository:
|
|
|
|
```shell
|
|
git clone https://github.com/<your-username>/dev.to.git
|
|
```
|