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

https://github.com/samuraikun/my-portfolio-site

My portfolio site developed by Astro ⚡
https://github.com/samuraikun/my-portfolio-site

astro graphql react tailwindcss typescript

Last synced: 7 months ago
JSON representation

My portfolio site developed by Astro ⚡

Awesome Lists containing this project

README

          

# My Portfolio Site

## Tech Stack

- [Astro](https://astro.build/)
- [Tailwind CSS](https://tailwindcss.com/)
- [React](https://react.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vercel](https://vercel.com/)

## URL

https://yuichi-kojima-portfolio.vercel.app/

## Local

```bash
$ pnpm install
$ pnpm dev
```

### If you want to fetch your data from GitHub API

```bash
$ cp .env.example .env
```

- Create a [GitHub Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)