Welcome to the Checkout Web SDK Code Demo! This repository contains a demo application showcasing the Checkout Web SDK, along with its documentation.
- Checkout Web Documentation: Read the Docs
- Live Demo: View the Demo
To set up and run the project locally, follow these steps:
Clone this repository to your local machine:
git clone https://github.com/optile/checkout-web-sdk-code-demo.git
Navigate to the project directory and install the necessary dependencies:
npm install
Start the development server to view the project locally:
npm run dev
Note: It's important to note the project runs on port 3000
To create a production build of the project, run:
npm run build
To preview the production build locally:
npm run preview
This project is automatically deployed to GitHub Pages via GitHub Actions. Any push to the main
branch triggers the deployment process.