Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.28 KB

File metadata and controls

47 lines (36 loc) · 1.28 KB

logo

Change2Collect

Monorepo for Change2Collect (C2C) application

Make Commands

In order to use the comfy make commands you should have the Make Automation Tool installed, but it is not absolutely necessary to get the work done.
You can check by running make -v or gmake -v - each is equally efficient from v3 or later

Makefile support for your IDE

Jetbrains or VS Code

Local Development

Make sure to have yarn and Docker (including docker compose) installed.

Setup

Make command

make setup-dev

Or step by step

1. Backend

Follow the backend setup instructions

2. Frontend

Follow the frontend setup instructions

Run the project

Make command

make dev

Or step by step

1. Backend

Follow the backend start instructions

2. Frontend

Follow the frontend start instructions

URL

Visit https://localhost