Skip to content

Commit 861e13e

Browse files
update README
1 parent 968e527 commit 861e13e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

template/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
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
68
npm 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
720
npm run husky:prepare
821
```
922

0 commit comments

Comments
 (0)