Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 898 Bytes

logo

The personal website of Mazen Touati V2


For the previous version please check v1 branch

screenshot

Installation

This project built using Vue 3 and Tailwind CSS. I highly recommend having a basic knowledge of these technologies to start working with the provided code.

After locally cloning the code proceed with the following steps:

  1. Install dependencies
npm ci
  1. Run local serve
npm run serve
  1. Build for production
npm run build

Building a production build will provide optimized resources alongside pre-rendering the website for optimal SEO. Using Vue in this project was for interactivity and code decoupling.