SvelteKit & TailwindCSS web portfolio
This is a simple web portfolio built with SvelteKit and TailwindCSS.
Features
- SvelteKit: SvelteKit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
- TailwindCSS: A utility-first CSS framework for rapidly building custom designs.
- Responsive design: The portfolio is fully responsive and works on all devices.
Getting Started
Clone the repository
git clone
Install dependencies
cd sveltekit-tailwindcss-portfolio
npm install
Start the development server
npm run dev
Open http://localhost:5173 to view it in the browser.