/felt

web tech that feels good 💚 work in progress

Primary LanguageTypeScriptMIT LicenseMIT

felt

web tech that feels good 💚 felt.dev

work in progress: pre-pre-alpha

usage

npm i @feltcoop/felt

The top-level API (see src/lib/index.ts) is a work in progress:

import type {Result} from '@feltcoop/felt';

// for now, you'll typically use deep imports to specific modules:
import '@feltcoop/felt/ui/style.css';
import Markup from '@feltcoop/felt/ui/Markup.svelte';
import Modal from '@feltcoop/felt/ui/Modal.svelte';
import PendingAnimation from '@feltcoop/felt/ui/PendingAnimation.svelte';

develop

npm i # node >=16.6

# development
npm run dev

# production
npm run build
npm start

credits 🐢🐢🐢

TypeScriptSvelteSvelteKitViteGroesbuildRollupPrettier@lukeed/* & more

license 🐦

MIT