Set up Hyperswitch Control Center
Prerequisites
Node.js and npm installed on your machine.
Installation Steps
Follow these simple steps to set up Hyperswitch on your local machine.
Clone the repository:
Navigate to the project directory:
Install project dependencies:
Update the config.toml file
Start the ReScript compiler:
In another terminal window, start the development server:
Access the application in your browser at http://localhost:9000.
Running with Docker
docker run -p 9000:9000 -e default__endpoints__api_url=your-backend-url -e default__endpoints__sdk_url=your-sdk-url juspaydotin/hyperswitch-control-center:latest
Accessing the Application
Once the containers are up and running, you can access the application by navigating to http://localhost:9000 in your web browser.
Last updated