Skip to content

zschzen/run-coliru

Repository files navigation

Run, Coliru!

Live Demo

A lightweight front-end for Coliru, built using Next.js and deployed with Cloudflare Workers.

Features

  • Clean UI for easy code submission
  • Supports compiling C/C++ code snippets
  • GitHub Gist loading for easy code sharing
  • Project zip download with automatic Makefile generation

Technologies

  • Next.js: React framework for fast front-end development
  • Cloudflare Workers: Serverless hosting for minimal latency
  • Coliru API: Backend for compiling C++ code

Getting Started

  1. Clone the repository:
    git clone https://github.com/zschzen/run-coliru.git
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev
  4. Deploy to Cloudflare Workers:
    npm run deploy

Contributing

Feel free to open issues or submit pull requests. All contributions are welcome!