A real-time code editor
Create a .env
file in the root directory of the project by following the .env.example file:
-
Clone the repository:
git clone https://github.com/dheerajcl/Codepulse.git
-
Navigate to the project directory:
cd Codepulse
-
Build the Docker image:
docker build -t Codepulse .
-
Run the Docker container:
docker run -d -p 5000:5000 --env-file .env Codepulse
-
Access the application at http://localhost:5000
-
Install the dependencies
npm install
-
Run your Application
npm start
-
Access the application at http://localhost:5000