This is the repository for my personal portfolio website.
- Nuxt.js
- Tailwind CSS
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
Start the development server on http://localhost:3000
# yarn
yarn dev
# npm
npm run dev
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