791 B
791 B
Contributing
You can greatly support Plunk by contributing to this repository.
Support can be asked in the #contributions channel of the Plunk Discord server
1. Requirements
- Docker needs to be installed on your system.
2. Set your environment variables
- Copy the
.env.examplefiles in theapi,dashboardandprismafolder to.envin their respective folders.
3. Start resources
-
Run
yarn services:upto start a local database and a local redis server. -
Run
yarn migrateto apply the migrations to the database. -
Run
yarn build:sharedto build the shared package. -
Run
yarn dev:apito start the API server. -
Run
yarn dev:dashboardto start the dashboard server.