You can greatly support Plunk by contributing to this repository.
Support can be asked in the #contributions
channel of the Plunk Discord server
- Docker needs to be installed on your system.
- Copy the
.env.example
files in theapi
,dashboard
andprisma
folder to.env
in their respective folders.
-
Run
yarn services:up
to start a local database and a local redis server. -
Run
yarn migrate
to apply the migrations to the database. -
Run
yarn build:shared
to build the shared package. -
Run
yarn dev:api
to start the API server. -
Run
yarn dev:dashboard
to start the dashboard server.