Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 560 Bytes

README.md

File metadata and controls

58 lines (38 loc) · 560 Bytes

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