-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7cfba84
Showing
31 changed files
with
25,731 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.