Code, Compile & Run your codes online!
No need to install compilers anymore! Codeplay allows you to compile your code and run it on your browser. It also sync your codes across devices so that you dont lose anything!
- Compile and run your codes
- Supports 46 languages
- Customizable code editor
- Choose from a wide range of themes
- Comes with a dashboard
- Automatically sync your codes
- Login to use this feature
First, make sure you have all these installed on your local machine & then continue.
- Node.js v16.13.1^
- NPM v8.1.0^
# Clone the repository
git clone https://github.com/anomic30/Codeplay.git
# Enter into the directory
cd Codeplay/
# Install the dependencies
npm install
In order to use this for your own purpose, you need the API keys. For the compiler subscribe to Judge0 API and put the variables in a .env file. Similarly get the API keys for passwordless authentication from Magic. For the backend, create a MongoDB Atlas server and setup the env variables accordingly.
# To run the frontend OR backend
npm run dev
# To build the application
npm run build