parent
2d6a24dc49
commit
cc83bc319c
|
@ -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
|
Silver Bullet is written in [TypeScript](https://www.typescriptlang.org/) and
|
||||||
built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor
|
built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor
|
||||||
component. Additional UI is built using React.js.
|
component. Additional UI is built using [Preact](https://preactjs.com).
|
||||||
[ParcelJS](https://parceljs.org/) is used to build both the front-end and
|
[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 node.js using
|
back-end bundles. The server backend runs as a HTTP server on Deno using and is written using [Oak](https://oakserver.github.io/oak/).
|
||||||
express.
|
|
||||||
|
|
||||||
To prepare the initial web and plug build run:
|
To prepare the initial web and plug build run:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue