commit 880f01daa947c02f06f4e497738883f93344ff8b Author: relaxed <> Date: Fri Aug 30 05:49:53 2024 +0500 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/README.md b/README.md new file mode 100644 index 0000000..f67a425 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Fumas + +> svelte + tailwindcss minimal sytle ui lib + +add it with + +```sh +bun add -D git+https://git.ogkod.ru/root/fumas.git +``` + +and set up tailwind + +```js +export default { + content: [ + "./node_modules/fumas/src/ui/*.{js,svelte}", + ... + ] +} +``` diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..5372e2f Binary files /dev/null and b/bun.lockb differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..5e4068f --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + + +
+ + + ++ {name} +
+ {/if} + +