Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zoey-kaiser/portfolio

My own personal portfolio site
https://github.com/zoey-kaiser/portfolio

Last synced: 15 days ago
JSON representation

My own personal portfolio site

Awesome Lists containing this project

README

        

# Portfolio

![preview](/.github/preview.png)

My personal portfolio. You can visit the page at https://zoeykaiser.com.

This is a [sidebase merino](https://sidebase.io/) app created by running `pnpm create sidebase@latest`. This project uses the following technologies for a great developer- and user-experience:
- [TypeScript](https://www.typescriptlang.org/)
- [Nuxt 3](https://nuxt.com)
- Tailwind CSS
- GitHub Actions based CI
- Linting via ESLint and @antfu/eslint-config

### Setup

Make sure to install the dependencies:

```bash
pnpm install
```

### Development Server

Start the development server on http://localhost:3000

```bash
pnpm run dev
```

### Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```