This repo contains the code for the demo of the Sol Payments program.
First, copy the included .env.example
into .env
. You might need to use correct values of the envs.
cp .env.example .env
Next install packages using npm and then start the app:
npm install
npm run dev
Will be added as soon as possible.