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

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.

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.