Local Development Setup
Requirements
- Runtime:
- pnpm package manager (How to install)
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
-
Clone
@evermeet/evermeet
repository: -
Install depedencies:
-
Run your development instance:
Done, your development instance is up and running and available at the following addresses:
- Backend (api): http://localhost:3000/xrpc
- Frontend (web): http://localhost:3001
By default, the config.yaml
configuration file is loaded from the project root directory.