Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:22:29.000Z (5 months ago)
- Last Synced: 2024-08-21T06:32:12.493Z (5 months ago)
- Topics: nuxt
- Language: Vue
- Homepage: https://www.ayitinya.me
- Size: 6.14 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
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
![Landing Page](demo/hero.png)
> 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
```