https://github.com/ayitinya/ayitinya.github.io
My portfolio website built with Nuxt3
https://github.com/ayitinya/ayitinya.github.io
nuxt
Last synced: 2 months ago
JSON representation
My portfolio website built with Nuxt3
- Host: GitHub
- URL: https://github.com/ayitinya/ayitinya.github.io
- Owner: ayitinya
- License: mit
- Created: 2022-09-26T15:02:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T23:38:22.000Z (8 months ago)
- Last Synced: 2025-04-08T21:25:20.443Z (3 months ago)
- Topics: nuxt
- Language: Vue
- Homepage: https://www.ayitinya.me
- Size: 6.41 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Portfolio Website
This is the source code to my personal portfolio website, [www.ayitinya.me](https://www.ayitinya.me). I actively use this to showcase the new technologies I learn in web development and also the projects I work on. Feel free to use it as a template or guide to building your own site.
## Demo

> For more screenshots, check out the [demo](demo) folder.## Technologies Used
- This site was built using Nuxt 3
- Tailwindcss## Installation
This site was built using Nuxt 3.
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.### Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```### Development Server
Start the development server on
```bash
npm run dev
```### Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```