lmnr-ai / lmnr

Laminar - open-source all-in-one platform for engineering AI products. Crate data flywheel for you AI app. Traces, Evals, Datasets, Labels. YC S24.
https://www.lmnr.ai
Apache License 2.0
1.2k stars 60 forks source link

Easier contribution experience for frontend-only changes #114

Closed dinmukhamedm closed 1 month ago

dinmukhamedm commented 1 month ago

This PR moves old docker-compose-local-dev.yml to docker-compose-local-dev-full.yml and introduces the new docker-compose-local-dev.yml. The idea is that you use this thin file if you want to contribute to the frontend only.

Changes:


[!IMPORTANT] Introduce a new lightweight Docker Compose file for frontend-only development and update documentation and environment variables accordingly.

  • Docker Compose Changes:
    • Rename docker-compose-local-dev.yml to docker-compose-local-dev-full.yml.
    • Introduce new docker-compose-local-dev.yml for frontend-only development, including only postgres and app-server.
  • Documentation:
    • Update CONTRIBUTING.md to explain the new docker-compose-local-dev.yml and its usage for frontend development.
  • Environment Variables:
    • Add missing environment variables to frontend/.env.local.example and reorder for clarity.

This description was created by Ellipsis for 10a9146c7f20a7330b105d4fe744a6dc27222884. It will automatically update as commits are pushed.