Skip to content

anomic30/Codeplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Codeplay

Code, Compile & Run your codes online!

Codeplay

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!

About the project!

  • 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

Getting started

First, make sure you have all these installed on your local machine & then continue.

  • Node.js v16.13.1^
  • NPM v8.1.0^

Installation

# Clone the repository
git clone https://github.com/anomic30/Codeplay.git
# Enter into the directory
cd Codeplay/
# Install the dependencies
npm install

⚠️ Important!

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.

Starting the application

# To run the frontend OR backend
npm run dev
# To build the application
npm run build