https://github.com/bmlt-enabled/tally
This is an app for generating a "live" tally of all known worldwide BMLT servers.
https://github.com/bmlt-enabled/tally
bmlt-svelte
Last synced: 4 days ago
JSON representation
This is an app for generating a "live" tally of all known worldwide BMLT servers.
- Host: GitHub
- URL: https://github.com/bmlt-enabled/tally
- Owner: bmlt-enabled
- Created: 2018-01-16T20:52:03.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-05-09T21:26:47.000Z (about 2 months ago)
- Last Synced: 2026-05-09T21:27:49.141Z (about 2 months ago)
- Topics: bmlt-svelte
- Language: TypeScript
- Homepage: https://tally.bmlt.app/
- Size: 3.78 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-bmlt - BMLTTally - This is a simple PHP and JavaScript app for generating a "live" tally of all known worldwide BMLT servers. (BMLT (Basic Meeting List Toolbox))
README
# BMLT Tally
# INTRODUCTION
This is a Web app that aggregates the various known [BMLT Root Servers](https://bmlt.app/setting-up-the-bmlt/), and creates a "live" table that displays some basic statistics about those servers.
The tally queries the Aggregator for its results.
## [It can be seen in action here.](https://tally.bmlt.app)
Bootstrapped using [SvelteKit](https://kit.svelte.dev/). Powered by [Svelte](https://svelte.dev/) and [Vite](https://vitejs.dev/)
## Developing
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
## Deploying
New deploys are done with every push to the main branch. You can deploy one manually by running:
```bash
npm run deploy
```