Warning
This is demo application and is not designed for production usage, it is purely meant for demo purposes
An example demo app that allows the test usage of Crezco's account's payable partner API
- Create and manage organisations
- Connect bank accounts
- Process payments
- Multi-step form workflow
Before you begin, ensure you have installed:
- Install dependencies:
pnpm install
- Copy the environment variables:
cp .env.example .env.local
- Add your environment variables to
.env.local
:
Contact us for these
- Start the development server:
pnpm dev
- Open http://localhost:3000 in your browser.
pnpm dev
- Start the development serverpnpm build
- Build the production applicationpnpm start
- Start the production serverpnpm lint
- Run ESLintpnpm format
- Format code with Prettier