/hachem.cc

Personal Website.

Primary LanguageSvelteMIT LicenseMIT

This is my personal website where I showcase some of my projects. I am no web-developer to say the least so I primarly used this repository as a learning experience. The front-end is built using SvelteKit and Threlte. The website is still very much in its early stages but at this current point in time, I am happy with how it turned out, as the previous iteration was nothing short than unholy.

Hosted proudly using Vercel

Setup

This repository requires NodeJS,

$ git clone https://github.com/Hachem-H/hachem.cc
$ cd hachem.cc
$ npm i
$ npm run build         # to build the website
$ npm run dev -- --open # to preview the website