Diskuto-Web is a web front-end for the Diskuto protocol.
- Complete separation from the Diskuto API.
- Server-side rendering for reading content.
This gives quick initial loads, great SEO, and a better experience for people on limited devices. - Users' private keys are never sent to the server.
- I hope this is easy to clone and modify, so that people can fork and experiment with their own views of the Diskuto social network!
- Clone this repo.
- Copy
diskuto-web.sample.toml
todiskuto-web.toml
and update it as needed. - Run
deno task build
- Run
deno task start
- Create a
diskuto-web.toml
following the format fromdiskuto-web.sample.toml
. deno run -RNE jsr:@diskuto/web start