/sunchayn.github.io

The code source of my personal website.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

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.