File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,17 @@ npx create-react-app my-app --template react-ts-tw
2525
2626## For Contributing
2727
28+ - Currently there's no guide for contributing, if you like to contribute to this package, please let me know.
29+
30+ ### Cloning the Repo
31+
32+ 1 ) Fork this repo to your github
33+ 2 ) Git clone to your local machine:
34+
35+ ``` cmd
36+ git clone ...
37+ ```
38+
2839### Installation
2940
3041``` cmd
Original file line number Diff line number Diff line change 11# CRA-TEMPLATE-REACT-TS-TW
22
3- ## Installations
3+ ## Setup
4+
5+ If there's no ` node_modules ` setup yet, run:
46
57``` cmd
68npm install
9+ ```
10+
11+ Make sure to initialise git, if you haven't already, run:
12+
13+ ``` cmd
14+ git init
15+ ```
16+
17+ Run:
18+
19+ ``` cmd
720npm run husky:prepare
821```
922
You can’t perform that action at this time.
0 commit comments