Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmytro-tihunov/nuxt3-portfolio-blog

⚡️ My personal website built with Nuxt.js, Nuxt Content v2, Tailwind.
https://github.com/dmytro-tihunov/nuxt3-portfolio-blog

notion nuxt-content-v2 nuxtjs octopus vuejs

Last synced: about 1 month ago
JSON representation

⚡️ My personal website built with Nuxt.js, Nuxt Content v2, Tailwind.

Awesome Lists containing this project

README

        

![](./public/preview/chrome-capture-2023-0-20.gif)

# Tihunov.com

- Framework: [Nuxt 3](https://nuxt.com/v3)
- Deployment: [Vercel](https://vercel.com)
- Styling: [Tainwind CSS](https://tailwindcss.com)
- Forms: [Notion](https://developers.notion.com) as a database
- Blog: [Nuxt content](https://tailwindcss.com) v2

## Setup

```bash
git clone https://github.com/Dmytro-Tihunov/nuxt3-portfolio-blog
npm install
pnpm install
```

Create a `.env` file similar to `.env.example.`

## Development Server

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

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.