Portfolio
https://hideko.rest
- SvelteKit - A fast and easy framework.
- TailwindCSS - CSS framework for rapid coding.
- Shadcn-Svelte - The one that can use shadcn/ui in Svelte.
- Iconify - Icons to be used from the cloud server.
$root
│
├── src #Source codes
│ └── lib #Global library
│ ├── assets #My assets, icons, etc.
│ └── components #my custom components
│ └── ui #shadcn/ui components
│ └── routes #Directory routing
│
└── static #Static files such as favicon and robots.txt
MIT License.
You may fork and use my project without notification, provided you adhere to the following conditions.
- Add a link to this repository
Check out LICENSE for more detail.