Skip to content

wDRxxx/CodeZone-frontend

Repository files navigation

CodeZone Frontend

Frontend for CodeZone online compiler

CodeZone - online compiler which executes user's code (for now without any inputs) in docker containers.

CodeZone can be tested here and backend repo can be found here

Mini demo:

CodeZone Demo

How to run

  1. run backend locally
  2. create and configure .env.local based on .env
  3. npm run dev