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

https://github.com/baudom/portfolio

Portfolio website build with Next.js and Tailwind CSS
https://github.com/baudom/portfolio

nextjs react seo simple-icons tabler-icons tailwindcss

Last synced: about 1 month ago
JSON representation

Portfolio website build with Next.js and Tailwind CSS

Awesome Lists containing this project

README

          

This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Intention

Small portfolio website to present my experiences, skills and projects

## Development

### Install

```shell
yarn install
```

### Run

```shell
yarn dev
```

### Build

```shell
yarn build
```