Skip to content

dmytro-anikin-cko/flow-demo-react

Repository files navigation

This is a Flow Demo App created with Next.js.

Getting Started:

Clone the repo:

git clone https://github.com/dmytro-anikin-cko/flow-demo-react.git

Usage

  1. Install dependencies:
npm i
  1. Create .env file in the root and add SECRET_KEY & PROCESSING_CHANNEL_ID enviroment variables (use your own!):
SECRET_KEY=sk_sbox_...
PROCESSING_CHANNEL_ID=pc_...
  1. 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.

Releases

No releases published

Packages

No packages published