Skip to content

ChaloMilkeCodeKarein - A simple collaborative code editor to help you code & chat with your friends simultaneously.

Notifications You must be signed in to change notification settings

hrahul2605/CMCK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMCK

Running the application

  • From Docker image
    # pull the docker image
    $ docker pull ghcr.io/hrahul2605/cmck:latest

    # run the docker image on PORT
    $ docker run -p {PORT}:5000 ghcr.io/hrahul2605/cmck:latest