#Contribution / Local Development Setup

6 messages · Page 1 of 1 (latest)

wide pilot
#

Hi everyone,

When developing Next.js projects locally, I often have the case that I want to debug or log payload in order to better understand the behavior of payload or error messages that occur in my projects or in payload and possibly also contribute bug fixes or features. My Next.js projects are either standalone or organized in a monorepo with turbo repo. Is there a guide or recommendation on how I can best do a local development setup with payload for both use cases (standalone Next.js project or monorepo Next.js project)?

Thanks for your help!

wide pilot
#

Any Non-Payload-Bot recommendations? 😃

quaint ravine
#

There's a contribution guide on youtube as well as in a readme file in the monorepo

#

Essentially, you want to:

  • Fork the repo
  • Pull locally
  • Install deps
  • pnpm dev <test folder> (Commonly you'll use pnpm dev _community)