mirror of
https://github.com/TheDogHusky/portfolio.git
synced 2026-04-18 08:26:59 +00:00
Mirror of my portfolio
- CSS 48.2%
- Vue 39.5%
- TypeScript 12.3%
| assets | ||
| components | ||
| i18n/locales | ||
| layouts | ||
| pages | ||
| plugins | ||
| public | ||
| server | ||
| .env.example | ||
| .gitignore | ||
| app.vue | ||
| error.vue | ||
| i18n.config.ts | ||
| nuxt.config.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Portfolio
This is my personal portfolio website. It is built with Nuxt.js and Tailwind CSS.
Setup
Make sure to install dependencies:
yarn install
Development Server
Start the development server on http://localhost:3000:
yarn dev
Production
Build the application for production:
yarn build