https://github.com/bmlt-enabled/bmlt-metrics
BMLT Metrics
https://github.com/bmlt-enabled/bmlt-metrics
bmlt-svelte
Last synced: 5 days ago
JSON representation
BMLT Metrics
- Host: GitHub
- URL: https://github.com/bmlt-enabled/bmlt-metrics
- Owner: bmlt-enabled
- Created: 2021-06-27T06:19:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-15T16:48:03.000Z (4 months ago)
- Last Synced: 2026-02-15T23:41:14.966Z (4 months ago)
- Topics: bmlt-svelte
- Language: Svelte
- Homepage: https://metrics.bmlt.app/
- Size: 1.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metrics
- Aggregator Meeting Metrics
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.