Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.