This is a Flow Demo App created with Next.js.
Clone the repo:
git clone https://github.com/dmytro-anikin-cko/flow-demo-react.git
- Install dependencies:
npm i
- Create
.env
file in the root and addSECRET_KEY
&PROCESSING_CHANNEL_ID
enviroment variables (use your own!):
SECRET_KEY=sk_sbox_...
PROCESSING_CHANNEL_ID=pc_...
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.