hardihardi / portfolio

My personal portfolio website, built using Nuxt.js & Tailwind CSS.

Home Page:https://nukejs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal portfolio website, built using Nuxt.js & Tailwind CSS.

https://nukejs.dev


Languages

Language:Vue 72.6%Language:TypeScript 22.1%Language:JavaScript 5.3%