Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikiskaarup/progress-tracker-v2
Manga progress tracker
https://github.com/nikiskaarup/progress-tracker-v2
bun list svelte sveltekit tailwindcss tracking
Last synced: 23 days ago
JSON representation
Manga progress tracker
- Host: GitHub
- URL: https://github.com/nikiskaarup/progress-tracker-v2
- Owner: NikiSkaarup
- Created: 2024-04-01T18:39:57.000Z (7 months ago)
- Default Branch: development
- Last Pushed: 2024-09-09T16:37:50.000Z (about 2 months ago)
- Last Synced: 2024-09-09T22:46:42.485Z (about 2 months ago)
- Topics: bun, list, svelte, sveltekit, tailwindcss, tracking
- Language: Svelte
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# progress tracker v2
Completion progress tracker for various things like, tv shows, movies and anime
[Prod Site](https://pt.skaarup.dev)
~~[Dev Site](https://dev.pt.skaarup.dev)~~ (Not available at the moment, test in prod atm)
## Developing
Once you've cloned the repository and installed dependencies with `bun install`, start a development server:
```bash
bun dev
```## Building
To create a production version of your app:
```bash
bun run build
```You can preview the production build with `bun preview`.