Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phamduylong/longph.com
A personal page of mine
https://github.com/phamduylong/longph.com
flowbite-svelte personal-website portfolio svelte sveltekit tailwindcss typescript
Last synced: 1 day ago
JSON representation
A personal page of mine
- Host: GitHub
- URL: https://github.com/phamduylong/longph.com
- Owner: phamduylong
- License: mit
- Created: 2023-01-11T22:12:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T19:28:36.000Z (11 months ago)
- Last Synced: 2023-12-14T20:54:38.878Z (11 months ago)
- Topics: flowbite-svelte, personal-website, portfolio, svelte, sveltekit, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://longph.com
- Size: 1.81 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
This is a personal CV-ish website I built with Svelte and SvelteKit, along with some TailwindCSS that was included in the [Flowbite](https://flowbite.com/docs/getting-started/introduction/) components library
[Demo](https://longph.com)## Structure
```bash
.
├── 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
```bash
git clone https://github.com/phamduylong/longph-portfolio.git
npm install
npm run dev -- --open
```