Skip to content

bearcove/home-base

Repository files navigation

home-base

Thanks to all individual and corporate sponsors, without whom this work could not exist:

Ko-fi GitHub Sponsors Patreon Zed Depot

home-base is a base set of TypeScript and Svelte and style files for use with the blogging platform.

See https://home.bearcove.eu

Internals

We use pnpm, not npm.

Everything is re-exported from src/lib/index.ts. Because we're exporting Svelte components, we're using svelte-package to package everything.

We're using Vitest for testing components. We're using the np command line utility to release a new version.

To release a new version, run:

# releases a patch version
pnpm dlx np patch

This will use np to bump the version number, create a git tag, and publish the package to npm.

About

Base TypeScript & Svelte components for home websites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published