Skip to content

Commit fa4e20e

Browse files
catrawalkarjhuleatt
authored andcommitted
'changed_contribution_steps' (#173)
* 'changed_contribution_steps' * 'revised_documentation'
1 parent 72b1c2d commit fa4e20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ render(<App />, document.getElementById('root'));
9292

9393
### For development
9494

95-
1. At the project root, run `yarn install`
95+
1. [Clone](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) this repository (or a [fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo#propose-changes-to-someone-elses-project))
96+
1. At the project root, install all modules by running `yarn install`.
9697
1. `cd` into the _reactfire_ directory. Run `yarn` and `yarn watch`.
9798
1. In a new terminal, `cd` into the _reactfire/sample-simple_ directory. run `yarn` and `yarn start`.
9899
1. Head over to https://localhost:3000 to see the running sample! If you edit the reactfire source, the sample will reload.

0 commit comments

Comments
 (0)