From 206c3f7603a97517f948ffabfd3c9ef2025c0400 Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Sat, 7 Dec 2024 15:22:27 +0100 Subject: [PATCH] doc: replace Oak mentions by Hono (#1177) --- README.md | 2 +- website/Development.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abf35359..8a80615a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ SilverBullet 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 [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/). +back-end bundles. The server backend runs as a HTTP server on Deno using and is written using [Hono](https://hono.dev). To prepare the initial web and plug build run: diff --git a/website/Development.md b/website/Development.md index 1a253e71..0e49fa04 100644 --- a/website/Development.md +++ b/website/Development.md @@ -1,5 +1,5 @@ # Stack -SilverBullet 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 [Preact](https://preactjs.com/). [ES Build](https://esbuild.github.io) is used to build both the front-end and back-end bundles. The server backend runs as an HTTP server on [Deno](https://deno.land/) using [Oak](https://oakserver.github.io/oak/). +SilverBullet 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 [Preact](https://preactjs.com/). [ES Build](https://esbuild.github.io) is used to build both the front-end and back-end bundles. The server backend runs as an HTTP server on [Deno](https://deno.land/) using [Hono](https://hono.dev). # Development Requirements: [Deno](https://deno.land/) 1.39 or newer. If you installed [[Install/Deno]] SilverBullet you will already have your toolchain installed. Convenient! @@ -39,4 +39,4 @@ deno task watch-plugs All of these watch for file changes and a rebuild should trigger automatically. -Note that there are dependencies between these builds. Any change to any of the built-in _plugs_ requires a rebuild of the web app. Any rebuild of the web app will only be picked up by the server after it restarts (which should happen automatically). \ No newline at end of file +Note that there are dependencies between these builds. Any change to any of the built-in _plugs_ requires a rebuild of the web app. Any rebuild of the web app will only be picked up by the server after it restarts (which should happen automatically).