Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```