Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.