Skip to content

Commit 0c26c35

Browse files
authored
Merge pull request #53 from React-Proto/chore/readme
Updating README.md
2 parents 46910db + 6c4b432 commit 0c26c35

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,30 @@ If you find any issues, [file issue](https://github.com/React-Proto/react-proto/
4545

4646
[Erik Guntner](https://www.linkedin.com/in/erik-guntner-9aa324b9/) [@erikguntner](https://github.com/erikguntner)
4747

48+
4849
## Running Your Own Version
4950

50-
Click on the **Fork** button on the top right of the page.
51+
**Fork** and **Clone** Repository.
5152

52-
<img src="https://help.github.com/assets/images/help/repository/fork_button.jpg" width="300px"></img>
5353

5454
``` bash
55+
# Open project directory
56+
cd react-proto
57+
5558
# Install dependencies
56-
npm install
59+
yarn install
5760

5861
# Run application
59-
npm start
62+
yarn start
6063

6164
# For development environment...
62-
npm run dev
65+
yarn run dev
6366

6467
# on another terminal
65-
npm run electron
68+
yarn run electron
6669

6770
# Run Linter
68-
npm run linter
71+
yarn run linter
6972
```
7073

7174
## Testing
@@ -82,7 +85,7 @@ Run ```npm test``` or ```yarn test``` to run test suite.
8285

8386
## Acknowledgments
8487

85-
* Logo Design by: [Clariz Mariano] - (https://github.com/havengoer/)
88+
Logo Design by: [Clariz Mariano](www.clarizmariano.com) [@havengoer](https://github.com/havengoer)
8689

8790
## License
8891

0 commit comments

Comments
 (0)