Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup-hyperswitch-locally/run-hyperswitch.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ npm install
Once the installation is successful, you can run the app with the following command - 

```bash
npm run start:dev
npm run re:start
```

This will trigger a build of the project. On a successful build, you should see a message `Compiled successfully` in your terminal. 
This will trigger a build of the project. On a successful build, you should see a message `Finish compiling` in your terminal. 

Now you can proceed with launching the playground. The playground is a demo app where you can test your payments. In a separate terminal, run the following command to start the app on your local machine.

Expand Down