https://github.com/tiesen243/portfolio
A modern, full-stack portfolio website showcasing my projects, blog posts, and technical expertise. Built with cutting-edge web technologies and featuring interactive components, code examples, and comprehensive documentation.
https://github.com/tiesen243/portfolio
cloudflare-workers fumadocs nextjs portfolio tailwindcss
Last synced: about 1 month ago
JSON representation
A modern, full-stack portfolio website showcasing my projects, blog posts, and technical expertise. Built with cutting-edge web technologies and featuring interactive components, code examples, and comprehensive documentation.
- Host: GitHub
- URL: https://github.com/tiesen243/portfolio
- Owner: tiesen243
- License: mit
- Created: 2024-09-03T09:22:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-04T23:12:27.000Z (about 1 month ago)
- Last Synced: 2026-05-05T01:22:20.712Z (about 1 month ago)
- Topics: cloudflare-workers, fumadocs, nextjs, portfolio, tailwindcss
- Language: TypeScript
- Homepage: https://tiesen.id.vn
- Size: 48.8 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiesen's portfolio
A modern, full-stack portfolio website showcasing my projects, blog posts, and technical expertise. Built with cutting-edge web technologies and featuring interactive components, code examples, and comprehensive documentation.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/tiesen243/portfolio.git
cd portfolio
```
2. Install dependencies:
```bash
bun ci
```
3. Set up environment variables:
Create a `.env` file in the root directory and add the necessary environment variables as specified in the `.env.example` file.
```bash
cp .env.example .env
```
4. Start the development server:
```bash
bun dev
```
## License
This project is open source and available under the [MIT](./LICENSE) License.