Skip to content

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

Notifications You must be signed in to change notification settings

NukeJS/portfolio

Repository files navigation

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.

Resources

Stars

Watchers

Forks