Skip to content

dheerajcl/Codepulse

Repository files navigation

Codepulse

A real-time code editor

Environment Variables

Create a .env file in the root directory of the project by following the .env.example file:

Getting Started

  1. Clone the repository:

    git clone https://github.com/dheerajcl/Codepulse.git
    
  2. Navigate to the project directory:

    cd Codepulse
    
    

Docker Setup

  1. Build the Docker image:

    docker build -t Codepulse .
    
  2. Run the Docker container:

    docker run -d -p 5000:5000 --env-file .env Codepulse
    
  3. Access the application at http://localhost:5000

Alternative(Without using Docker)

  1. Install the dependencies

    npm install
    
  2. Run your Application

    npm start
    
  3. Access the application at http://localhost:5000

About

A real-time code editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published