🚀 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.
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.
To set up the development environment for evalx.sh, follow the steps below:
git clone https://github.com/zaida04/evalx.sh.git
- Navigate to the directory and install dependencies:
cd evalx.sh & pnpm install
- Build the project:
pnpm run build
- Start up the services you need:
cd apps/runner && pnpm dev
cd apps/site && pnpm dev
This project is licensed under the MIT License. You can find the full text of the license in the LICENSE file.