This is a personal CV-ish website I built with Svelte and SvelteKit, along with some TailwindCSS that was included in the Flowbite components library
Demo
.
├── LICENSE
├── README.md
├── package-lock.json
├── package.json
├── postcss.config.cjs
├── src
│ ├── lib
│ │ └── assets
│ └── routes
├── static
├── svelte.config.js
├── tailwind.config.cjs
└── vite.config.js
git clone https://github.com/phamduylong/longph-portfolio.git
npm install
npm run dev -- --open