Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xkesval/kesval.com
Fullstack dev portfolio and blog using SvelteKit, SCSS, MDSveX.
https://github.com/xkesval/kesval.com
blog dev fullstack kesval mdsvex portfolio scss svelte sveltekit
Last synced: 11 days ago
JSON representation
Fullstack dev portfolio and blog using SvelteKit, SCSS, MDSveX.
- Host: GitHub
- URL: https://github.com/xkesval/kesval.com
- Owner: xKesvaL
- Created: 2023-03-19T13:33:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T13:11:27.000Z (4 months ago)
- Last Synced: 2024-10-11T12:45:34.305Z (28 days ago)
- Topics: blog, dev, fullstack, kesval, mdsvex, portfolio, scss, svelte, sveltekit
- Language: Svelte
- Homepage: https://kesval.com
- Size: 28.4 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Starter
## Packages
Currently, some personal packages are used :
- `@kesval/design` (design system)
- `@kesval/image` (image optimization)
- `@kesval/image-svelte` (image component)You should only replace `@kesval/design` with your own design system, and if you wish you could just fork it and change the colors in the `colors.scss` file, and everything would be ready to go.
## Icons
All Icons are from [Tabler Icons](https://tabler-icons.io/). While they do have a package for Svelte, it is very laggy and slow, especially on build time. It even made the use of storybook impossible (or at least would take more than 3 minutes to build) so I decided to use the SVGs directly.