Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdjan committed Mar 1, 2023
1 parent 37712e9 commit 96721cd
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,28 @@ This can be seen in the `example` app, but here are the relevant parts, required
## Instructions for local development
#### If you would like to explore further, contribute a PR or just try the included code example:

1) Start by cloning the repo locally:
#### Start by cloning the repo locally:
```sh
git clone https://github.com/srdjan/react-multistep.git
```

#### then:

```sh
//--step 1
git clone https://github.com/srdjan/react-multistep.git // (1) clone the repo
cd react-multistep // (2) navigate to the project folder
npm install // (3) install dependencies
npm run build // (4) build the component
cd react-multistep // (1) navigate to the project folder
npm install // (2) install dependencies
npm run build // (3) build the component
```

3) On a successful build, to try the example app:
#### On a successful build, try the example app:

```sh
cd ../example // (1) navigate to the example folder
npm install // (2) install dependencies
npm run build // (3) build the example
npm start // (4) start the local server
cd ../example // (1) navigate to the example folder
npm install // (2) install dependencies
npm run build // (3) build the example
npm start // (4) start the local server
```

Now, you can open the example in your favorite browser...
#### Now, you can open the example in your favorite browser...


0 comments on commit 96721cd

Please sign in to comment.