This is a Next.js project that uses the Deno Subhosting API to allow users to run code written in a cloud IDE.
Run the development server:
npm run dev
It uses the monaco editor for react.
Open http://localhost:3000 with your browser to open the IDE. Enter any JavaScript code and press Run.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.