Skip to content

Commit c902e3c

Browse files
Merge pull request #3 from amirfakhrullah/dev
Dev
2 parents 7463999 + b8b6360 commit c902e3c

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
name: Node.js Package
55

66
on:
7-
push:
8-
branches:
9-
- main
7+
# push:
8+
# branches:
9+
# - main
1010
release:
1111
types: [created]
1212

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-react-ts-tw",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "",
55
"main": "template.json",
66
"scripts": {

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)