Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.25 KB

Checkout Web SDK Code Demo

Overview

Welcome to the Checkout Web SDK Code Demo! This repository contains a demo application showcasing the Checkout Web SDK, along with its documentation.

Local Development Guide

To set up and run the project locally, follow these steps:

1. Clone the Repository

Clone this repository to your local machine:

git clone https://github.com/optile/checkout-web-sdk-code-demo.git

2. Install Dependencies

Navigate to the project directory and install the necessary dependencies:

npm install

3. Run the Development Server

Start the development server to view the project locally:

npm run dev

Note: It's important to note the project runs on port 3000

4. Build the Project

To create a production build of the project, run:

npm run build

5. Preview the Build

To preview the production build locally:

npm run preview

Deployment

This project is automatically deployed to GitHub Pages via GitHub Actions. Any push to the main branch triggers the deployment process.