Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dmytro-tihunov/nuxt3-portfolio-blog
- Owner: Dmytro-Tihunov
- Created: 2022-12-28T21:45:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T20:32:10.000Z (8 months ago)
- Last Synced: 2024-04-22T01:16:30.996Z (8 months ago)
- Topics: notion, nuxt-content-v2, nuxtjs, octopus, vuejs
- Language: Vue
- Homepage: http://tihunov.com
- Size: 6.69 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.