Skip to content

sei0o/minichotan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minichotan

A simple frontend for binchotan, another Twitter (and Fediverse) client.

Installation

  1. Clone this repository.
  2. Copy and modify .env.template to fit to your environment.
  3. run cd frontend && npm install.

Starting the servers

You have to run three servers: frontend (Svelte running on your browser), backend (Axum), and the reverse proxy (Caddy) for these two.

  • Run frontend: $ just frontend
  • Run backend: $ just backend
  • Run reverse proxy: $ just proxy

Open $PROXY_LISTEN_ADDRESS in your browser and you will see minichotan's interface.

Make sure that you launch binchotan-backend. "backend" points to the Axum-based API server or the binchotan-backend instance (RPC Server) depending on context. This is confusing but we just don't know how to name these servers.

About

Frontend for binchotan, simple and boring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published