Skip to content

the-wright-jamie/lifeline

Repository files navigation

Lifeline

wakatime

Lifeline is a single page web application that allows you to select dependencies from endoflife.date and view important information about them in an all-in-one easy-to-use dashboard. Read more info here!

How to use

For the ready-to-use version, just click here!

Can I host my own instance?

Sure, if you want! All data is stored on your browser, so only static web application hosting (GitHub Pages, S3 Bucket) is needed. However, if you make any modifications to it, you must make it clear that the instance that you are hosting has been modified. You also must publish all of your changes.

Development Setup

I use vite with vue and bun, so make sure you have bun installed.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun build

Lint with ESLint

bun lint

About

Client-side, SPA, tracker for end-of-life for chosen dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published