From b3349827001e4d3b96aeef6524994ecf4e5ff826 Mon Sep 17 00:00:00 2001 From: Will Nayes Date: Sat, 6 Jan 2024 22:15:08 -0600 Subject: [PATCH] Update docs intro. --- docs/docs/intro.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index e095ee1..80afd37 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -5,10 +5,10 @@ slug: / # Introduction -Are you a web developer? Know your way around Node, npm, React, and CSS? +Bond Window Manager is an [X window manager](https://en.wikipedia.org/wiki/X_window_manager) that gives web developers a familiar platform for total customization of their desktop appearance. -Ever thought that it would be fun to customize your desktop with the web technologies you're familiar with? +The goal is to thoughtfully apply front-end technologies to the desktop. Today this means: -If so, **bond-wm** might be a fun X11 window manager to try out. - -Grab an extra stick of RAM, open your terminal, and follow these docs to get set up. +- [Node.js](https://nodejs.org) driving a window manager core, which creates desktop and frame windows using [Electron](https://www.electronjs.org/) and its underlying Chromium engine. +- [Vite](https://vitejs.dev/) providing first class support for TypeScript, JSX, CSS modules, and more. Vite enables "hot module replacement" for rapid iteration on desktop styling. +- [React](https://react.dev/) as the primary supported UI library.