A lightweight front-end for Coliru, built using Next.js and deployed with Cloudflare Workers.
- 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
- Next.js: React framework for fast front-end development
- Cloudflare Workers: Serverless hosting for minimal latency
- Coliru API: Backend for compiling C++ code
- Clone the repository:
git clone https://github.com/zschzen/run-coliru.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Deploy to Cloudflare Workers:
npm run deploy
Feel free to open issues or submit pull requests. All contributions are welcome!