Skip to content

Commit

Permalink
meta code
Browse files Browse the repository at this point in the history
  • Loading branch information
hellosamyak committed May 28, 2024
0 parents commit 7cfba84
Show file tree
Hide file tree
Showing 31 changed files with 25,731 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
REACT_APP_RAPID_API_URL =
REACT_APP_RAPID_API_HOST =
REACT_APP_RAPID_API_KEY =


# https://judge0-ce.p.rapidapi.com/config_info
# judge0-ce.p.rapidapi.com
# 36bc2d4281mshcf6861514a29b3cp142416jsn76bd07a7f2bd
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment Variables
.env
.env.build
.vercel
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CodeRush - Compile and Execute code in 40+ languages

⚡️ A code editor that compiles and runs your code on the web.
Build A Code IDE with React

## Features:

- Compile and execute code in 40+ programming languages.
- Switch themes from a list of available themes.

## Installations and setup

- git clone `https://github.com/Sujal942/MetaCode.git`
- `npm install`
- A sample `.env.sample` file is given, Register on <a href="https://rapidapi.com/judge0-official/api/judge0-ce/pricing" target="__blank">RapidAPI</a> and get your API keys.
- Create a `.env` file.
- Add the API Keys in the `.env` file
- `npm start` to run the project.
Loading

0 comments on commit 7cfba84

Please sign in to comment.