Skip to content
forked from anomic30/Codeplay

Code, Compile & Run your codes seamlessly!

Notifications You must be signed in to change notification settings

Sneakad/Codeplay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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

About

Code, Compile & Run your codes seamlessly!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • SCSS 29.5%
  • HTML 2.1%