Skip to content

Arbitrary code running platform. You give us code, we run it.

License

Notifications You must be signed in to change notification settings

zaida04/evalx.sh

Repository files navigation

evalx.sh

🚀 Welcome to the evalx.sh repository! This repository houses the codebase for evalx.sh, a powerful service that provides evaluation and execution capabilities for various programming languages. This readme provides information about the project, setting up the development environment, and the licensing details.

About

Evalx.sh is a service designed to simplify the process of evaluating and executing code in different programming languages. It allows developers to quickly test their code snippets, run algorithms, or experiment with different programming paradigms.

Dev Environment

To set up the development environment for evalx.sh, follow the steps below:

  1. Install turborepo and pnpm if you haven't already.

  2. Clone the evalx.sh repository:

git clone https://github.com/zaida04/evalx.sh.git
  1. Navigate to the directory and install dependencies:
cd evalx.sh & pnpm install
  1. Build the project:
pnpm run build
  1. Start up the services you need:
cd apps/runner && pnpm dev
cd apps/site && pnpm dev

License

This project is licensed under the MIT License. You can find the full text of the license in the LICENSE file.

About

Arbitrary code running platform. You give us code, we run it.

Resources

License

Stars

Watchers

Forks