Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 223 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 223 Bytes

Documentation of Palindrome Pay SDK

Getting started

To get started, first install the npm dependencies:

npm install
cp .env.example .env.local

Next, run the development server:

npm run dev