From 446ce59d3d07acf827884c7e198cdff5f899646b Mon Sep 17 00:00:00 2001 From: Jacob Ebey Date: Mon, 30 Oct 2023 17:53:39 -0700 Subject: [PATCH 1/4] feat: playground --- app/routes/_marketing.playground.tsx | 308 +++++++++++++++++++++++++++ app/ui/header.tsx | 1 + package-lock.json | 42 ++++ package.json | 2 + 4 files changed, 353 insertions(+) create mode 100644 app/routes/_marketing.playground.tsx diff --git a/app/routes/_marketing.playground.tsx b/app/routes/_marketing.playground.tsx new file mode 100644 index 00000000..ecbe6638 --- /dev/null +++ b/app/routes/_marketing.playground.tsx @@ -0,0 +1,308 @@ +import * as React from "react"; +import { type HeadersFunction } from "@remix-run/node"; +import { Await } from "@remix-run/react"; +import ManacoEditor from "@monaco-editor/react"; +import type * as wc from "@webcontainer/api"; + +export default function Playground() { + return ( +
+
+
+