Skip to content

feat: Add Docker support for local development #185

Description

@Ashvin-KS

Problem

New contributors need to install Node.js, npm, and other dependencies manually.

Proposed Solution

Add Docker support:

  • Dockerfile for development
  • docker-compose.yml for easy setup
  • README instructions for Docker

Benefits

  • Consistent development environment
  • Easier onboarding for new contributors
  • No dependency conflicts

Implementation Notes

  • Use Node.js 20 Alpine image
  • Mount source code as volume
  • Expose port 3000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions