sunchayn / sunchayn.github.io

The code source of my personal website.

Home Page:https://sunchayn.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The code source of my personal website.

https://sunchayn.github.io

License:GNU General Public License v3.0


Languages

Language:Vue 75.5%Language:JavaScript 11.8%Language:SCSS 7.7%Language:HTML 4.9%