Installing SilverBullet as a (local) web server is pretty straightforward if you’re technically inclined enough to be able to use a terminal.The basic setup is simple: in a terminal, run the silverbullet server process on your machine, then connect to it locally from your browser via localhost.You have two options here:- Installation via Deno (the awesome JavaScript runtime)
- Installation via Docker (the awesome container runtime)
After choose either, be sure to checkout all Configuration options as well.