Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheralb/pheralb.dev
🪄 My personal website.
https://github.com/pheralb/pheralb.dev
shadcn-svelte svelte-5 sveltekit tailwindcss typescript website
Last synced: about 1 month ago
JSON representation
🪄 My personal website.
- Host: GitHub
- URL: https://github.com/pheralb/pheralb.dev
- Owner: pheralb
- License: apache-2.0
- Created: 2024-04-17T13:12:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:27:14.000Z (about 2 months ago)
- Last Synced: 2024-11-09T22:16:58.313Z (about 2 months ago)
- Topics: shadcn-svelte, svelte-5, sveltekit, tailwindcss, typescript, website
- Language: Svelte
- Homepage: https://pheralb.dev
- Size: 4.69 MB
- Stars: 29
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Svelte Badge](https://img.shields.io/badge/Sveltekit-FF3E00?logo=svelte&logoColor=fff&style=flat)
![Vercel Badge](https://img.shields.io/badge/Vercel-000?logo=vercel&logoColor=fff&style=flat)
![Tailwind CSS Badge](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?logo=tailwindcss&logoColor=fff&style=flat)
![GitHub stars](https://img.shields.io/github/stars/pheralb/pheralb.dev)
![GitHub issues](https://img.shields.io/github/issues/pheralb/pheralb.dev)
![GitHub forks](https://img.shields.io/github/forks/pheralb/pheralb.dev)
![GitHub PRs](https://img.shields.io/github/issues-pr/pheralb/pheralb.dev)## 📦 Stack
- [**Sveltekit** + **Svelte 5**](https://svelte.dev/) - Web development for the rest of us.
- [**Typescript**](https://www.typescriptlang.org/) - JavaScript with syntax for types.
- [**mdsvex**](https://mdsvex.com/) - Markdown for Svelte apps.
- [**Shiki**](https://github.com/shikijs/shiki) - A beautiful Syntax Highlighter.
- [**Tailwindcss**](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
- [**bits-ui**](https://www.bits-ui.com) - A collection of headless components for Svelte.
- [**clsx**](https://github.com/lukeed/clsx) + [**tailwind-variants**](https://www.tailwind-variants.org/) - The power of Tailwind combined with a first-class variant API.
- [**Prettier**](https://prettier.io/) + [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) - An opinionated code formatter.
- [**Lucide Icons**](https://lucide.dev/) + [**svgl**](https://svgl.app/) - Beautifully SVGs icons & logos.## 🚀 Contributing
1. [Fork](https://github.com/pheralb/pheralb.dev/fork) the repository.
2. Install dependencies:
```bash
# Install pnpm globally if you don't have it:
npm install -g pnpm# and install dependencies:
pnpm install
```3. Run the development server:
```bash
pnpm dev
```Open up [http://localhost:5173](http://localhost:5173) and make your changes ✨.
## 📄 License
- [**Apache-2.0 license**](https://github.com/pheralb/pheralb.dev?tab=Apache-2.0-1-ov-file#readme).