@devcontainer/focal-xfce-vnc

devcontainer vscode docker xfce remoteDesktop


Keywords
blog, deno, gatsby, monaco, monorepo, typescript
License
BSD-3-Clause
Install
npm install @devcontainer/focal-xfce-vnc@14.0.1

Documentation

Real-Time React Page Editor in TypeScript

Easily edit and preview your React pages in real-time using this TypeScript-based page editor.

Real-Time React Page Editor Screenshot

Live Demo

Monorepo Structure Last Updated

This project is organized as a monorepo. The main components are:

if (code) return "it is in the monorepo";

// spike.land-frontend:              /packages/code
// spike.land cloudflare worker:     /packages/spike.land
// docker-images:                    /packages/groovy-devcontainer
//                                   /packages/focal-devcontainer
//                                   /packages/rolling-devcontainer
//

Navigating the Monorepo

If you're interested in a specific component, check out the packages folder.

You can explore the entire repository using Gitpod:

Gitpod Ready-to-Code

# If you opened the repo in Gitpod,
#  - you're in luck! 
#  - Try the latest Ubuntu + Xfce with this command:

startx;

# After it opens, you can access the remote server on port :6080 in your browser.

For more information on JavaScript package managers, check out this article:

https://blog.logrocket.com/javascript-package-managers-compared/