Skip to content

phamduylong/longph.com

Repository files navigation

Overview

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

Structure

.
├── 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

Setup

git clone https://github.com/phamduylong/longph-portfolio.git
npm install
npm run dev -- --open