From cc83bc319c4011824afaf7211f25615da296faf8 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 8 Dec 2022 20:02:43 +0100 Subject: [PATCH] Update README.md Fixed the last references to the old stack in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42eec854..5fc00f29 100644 --- a/README.md +++ b/README.md @@ -149,10 +149,9 @@ database and plugs. Plugs will likely need to be updated. Silver Bullet is written in [TypeScript](https://www.typescriptlang.org/) and built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor -component. Additional UI is built using React.js. -[ParcelJS](https://parceljs.org/) is used to build both the front-end and -back-end bundles. The server backend runs as a HTTP server on node.js using -express. +component. Additional UI is built using [Preact](https://preactjs.com). +[ESBuild]([https://parceljs.org/](https://esbuild.github.io)) is used to build both the front-end and +back-end bundles. The server backend runs as a HTTP server on Deno using and is written using [Oak](https://oakserver.github.io/oak/). To prepare the initial web and plug build run: