My portfolio built using Svelte, SvelteKit & TailwindCSS
This is an analysis of a portfolio website built using Svelte, SvelteKit, and TailwindCSS. The website functions as both a portfolio and a personal blog. It is also a Progressive Web Application (PWA) that can be used offline.
To install and use this portfolio website, follow these steps:
Clone the repository to your local machine:
git clone <repository-url>
Navigate to the project directory:
cd portfolio
Install the dependencies:
npm install
Build the website:
npm run build
Start the development server:
npm run dev
Access the website in your browser at http://localhost:5000.
The portfolio website is built using Svelte, SvelteKit, and TailwindCSS. It serves both as a portfolio and a personal blog, with features such as offline functionality and automation tools. The installation process involves cloning the repository, installing dependencies, and starting the development server.