https://github.com/bmlt-enabled/yap-tally
https://github.com/bmlt-enabled/yap-tally
bmlt-svelte
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmlt-enabled/yap-tally
- Owner: bmlt-enabled
- Created: 2023-12-29T22:45:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T09:27:03.000Z (6 months ago)
- Last Synced: 2026-01-12T18:41:04.415Z (6 months ago)
- Topics: bmlt-svelte
- Language: Svelte
- Homepage: https://yap-tally.bmlt.app/
- Size: 1.63 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yap Tally
- To submit new Yap servers submit Pull Request or create new Issue [here](https://github.com/bmlt-enabled/yap-tally/issues).
---
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
```