the source code of my portfolio website
This is a static site I made to learn Svelte, then Svelte 5, and later Tailwind CSS.
Clone the repo:
git clone github.com/nocdn/portfolio.git
Install dependencies:
npm install
Build the project:
npm run build
Wow you can serve the files generated in the dist
folder with any static hosting server or service.
This project is licensed under the MIT License - see the LICENSE file for details.