Skip to content

Latest commit

Β 

History

History
71 lines (47 loc) Β· 1.34 KB

File metadata and controls

71 lines (47 loc) Β· 1.34 KB

Boom's Portfolio

Build and Deployment

Node Yarn

This is my personal portfolio website built with Nuxt 4, showcasing projects, experience, and design work.

πŸš€ Quick Start

  1. Clone the repository
  2. Install dependencies:
    yarn install
  3. Run the development server:
    yarn dev
    Open http://localhost:3000 in your browser.

βœ… Requirements

  • Node.js 24.x
  • Yarn 4.x

πŸ›  Build

To build for production:

  yarn build

To generate a static build:

  yarn generate

To preview the production build:

  yarn preview

πŸ§ͺ Testing

  yarn test

🧹 Linting

  yarn lint

πŸ“š Learn More

🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

πŸ“ License

This project is MIT licensed.