File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments