portfolio
portfolio copied to clipboard
My personal portfolio website, built using Nuxt.js & Tailwind CSS.
Portfolio
This is the repository for my personal portfolio website.
Tech Stack
- Nuxt.js
- Tailwind CSS
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Development
Start the development server on http://localhost:3000
# yarn
yarn dev
# npm
npm run dev
Production
Build the application for production:
# yarn
yarn build
# npm
npm run build
Locally preview the production build:
# yarn
yarn preview
# npm
npm run preview
© 2022 | MIT License