Skip to content

Goutam-04/onlineIDE

Repository files navigation

Online Compiler

Welcome to the Online Compiler project! This project aims to provide an easy-to-use online C++ compiler. It is licensed under the GNU General Public License v3.0 and is open to contributions from the community.

Getting Started

Follow these steps to set up the project locally on your machine.

Prerequisites

  • Node.js
  • npm

Clone the Repository

git clone https://github.com/Goutam-04/onlineIDE.git
cd onlineIDE

Frontend Setup

1. Install the necessary packages:

npm install

2. Configure environment variables:*

mv .env.local.example .env.example

3. Start the frontend development server:

npm run dev

Backend Setup

1. Navigate to the server directory:

cd server

2. Install the necessary packages:

npm install

3. Start the backend server:

node index.js

Note for Windows Users

This project works seamlessly on macOS and Linux. However, if you're using Windows, you might encounter difficulties with the node-pty module. Please refer to the node-pty documentation for installation guidance. If you need further assistance, feel free to contact me on LinkedIn.

Contributing

We welcome contributions from the community! Here are a few ways you can help:

  • UI improvements: Enhance the look and feel of the application.
  • Additional Languages: Add support for more programming languages.
  • Optimization: Help make the React app faster and more efficient.

If you like the project, don't forget to give it a star⭐️ on GitHub—it’s a simple way to show appreciation! If you have any other questions or need further assistance, feel free to ask. Happy coding! 🚀

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Stay Connected

For updates and discussions, follow the project on GitHub and join our community. If you have any questions or need assistance, you can contact me directly on LinkedIn.

About

This is simple a C++ code compiler with an integrated terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published