Skip to content

Commit 8bafa6b

Browse files
2 parents b96c15c + 8430c51 commit 8bafa6b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

readme.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@ This is a lightweight JSX framework designed to provide a simple, efficient, and
1717
To use this library, install it via npm:
1818

1919
```sh
20-
npm install refract-js
20+
git clone https://github.com/codeAdityagithub/refract-starter.git your-project-name
21+
cd your-project-name
22+
npm install
23+
npm run dev
2124
```
22-
23-
Or with yarn:
24-
25-
```sh
26-
yarn add refract-js
27-
```
28-
2925
## Usage
3026

3127
### Creating a Component

0 commit comments

Comments
 (0)