Get started with PayKit

November 23, 2024

Words by Matze Schmidbauer

To set up and run this project, follow these steps

Set up Payload CMS:

    • Use the "website" template when initializing Payload CMS
    • If needed, localize all Payload collections (refer to Payload documentation for details)
    • For best practices, run Payload locally and use database migrations for remote deployment
    • Consult the Payload CMS documentation for detailed setup instruction

Clone this repository and install dependencies:

git clone https://github.com/mtcberlin/Paykit
cd Paykit
pnpm install

Set up your environment variables:

  • Rename the .env.example file to .env
  • Open the .env file and update the values as needed for your specific setup

Start the development server:

pnpm dev

That's it!

Categories:

  • PayKit