Skip to main content

How to develop for Plazen?

  1. Fork the repository here
Screenshot2026 01 06at12 26 12
  1. Clone your copy of Plazen
    git clone https://github.com/your_username/plazen.git
    
  2. Create a new branch
    git co -b feat/your-amazing-feature
    
  3. Set up developer mode
    This is not a full setup. This allows you to work on basic API functionality and UI. For the Full Setup, follow this guide
make dev

# OR

cp env.dev .env
npm run dev
  1. Make changes, open a pull request, and our team will review it shortly.

That’s it!