Skip to content

Commit 1089618

Browse files
committed
Update local dev instructions
1 parent 249d73f commit 1089618

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,18 @@ This website is built with [Gatsby](https://www.gatsbyjs.com/docs), a React-base
169169

170170
1. **Clone the repo and install dependencies**
171171

172-
Clone the strudel repo onto your local machine.
172+
(STRUDEL Team) Clone the strudel-web repo onto your local machine.
173173

174174
```shell
175175
git clone git@github.com:strudel-science/strudel-web.git
176176
```
177177

178+
(External Contributors) Fork the strudel-web repo and then clone your fork onto your local machine.
179+
180+
```shell
181+
git clone git@github.com:your-gh-username/strudel-web.git
182+
```
183+
178184
Navigate into the new strudel directory and install the dependencies.
179185

180186
```shell
@@ -206,6 +212,10 @@ This website is built with [Gatsby](https://www.gatsbyjs.com/docs), a React-base
206212
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
207213
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
208214

215+
5. **Open a Pull Request**
216+
217+
See the [Contributing](#contributing) section
218+
209219
### Troubleshooting
210220

211221
If you don't see your change reflected right away, you may need to cancel the running process (ctrl + C) and restart the app (`npm start`).

0 commit comments

Comments
 (0)