Skip to content

Commit 6c4b432

Browse files
committed
More changes to the README.md
1 parent 97cf063 commit 6c4b432

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
@@ -15,27 +15,30 @@ If you find any issues, [file issue](https://github.com/CS-Eevee/react-proto/iss
1515

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

18+
1819
## Running Your Own Version
1920

20-
Click on the **Fork** button on the top right of the page.
21+
**Fork** and **Clone** Repository.
2122

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

2424
``` bash
25+
# Open project directory
26+
cd react-proto
27+
2528
# Install dependencies
26-
npm install
29+
yarn install
2730

2831
# Run application
29-
npm start
32+
yarn start
3033

3134
# For development environment...
32-
npm run dev
35+
yarn run dev
3336

3437
# on another terminal
35-
npm run electron
38+
yarn run electron
3639

3740
# Run Linter
38-
npm run linter
41+
yarn run linter
3942
```
4043

4144
## Testing
@@ -52,7 +55,7 @@ Run ```npm test``` or ```yarn test``` to run test suite.
5255

5356
## Acknowledgments
5457

55-
* Logo Design by: [Clariz Mariano](www.clarizmariano.com) [@havengoer](https://github.com/havengoer)
58+
Logo Design by: [Clariz Mariano](www.clarizmariano.com) [@havengoer](https://github.com/havengoer)
5659

5760
## License
5861

0 commit comments

Comments
 (0)