919 B
919 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. Install dependencies
- Run
yarn installto install the dependencies.
3. Set your environment variables
- Copy the
.env.examplefiles in theapi,dashboardandprismafolder to.envin their respective folders. - Set AWS credentials in the
api.envfile.
4. 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.