Skip to content

Local Development Setup

Requirements

By default, the backend is now using Bun and Frontend Node.js (can be changed). The plan is for everything to run in one runtime and mutual compatibility.

Quickstart

  1. Clone @evermeet/evermeet repository:

    Terminal window
    git clone git@github.com:evermeet/evermeet.git
    cd evermeet
  2. Install depedencies:

    Terminal window
    pnpm i
  3. Run your development instance:

    Terminal window
    pnpm start

Done, your development instance is up and running and available at the following addresses:

By default, the config.yaml configuration file is loaded from the project root directory.