Personal website made with SvelteKit
Find a file
2024-05-11 19:53:41 +02:00
src Updated the projects 2024-05-11 19:53:41 +02:00
static change: Update du README et de mon CV 2024-01-05 17:53:29 +01:00
.eslintignore initial commit 2023-09-12 14:30:14 +02:00
.eslintrc.cjs initial commit 2023-09-12 14:30:14 +02:00
.gitignore initial commit 2023-09-12 14:30:14 +02:00
.prettierrc initial commit 2023-09-12 14:30:14 +02:00
components.json feat: ajout de nouveaux fichiers 2024-01-07 04:17:14 +01:00
package-lock.json feat: refonte graphique complète du site. 2024-01-07 04:14:21 +01:00
package.json feat: refonte graphique complète du site. 2024-01-07 04:14:21 +01:00
postcss.config.js initial commit 2023-09-12 14:30:14 +02:00
README.md change: Update du README et de mon CV 2024-01-05 17:53:29 +01:00
svelte.config.js feat: refonte graphique complète du site. 2024-01-07 04:14:21 +01:00
tailwind.config.js feat: refonte graphique complète du site. 2024-01-07 04:14:21 +01:00
tsconfig.json initial commit 2023-09-12 14:30:14 +02:00
vite.config.ts initial commit 2023-09-12 14:30:14 +02:00

Logo

Nabil Ould Hamou - Portfolio

To visit my website click here !

I made this website as I needed to update my old site that was made in vanilla HTML/CSS/JavaScript and I also used this occasion to use SvelteKit and learn how to use it.

Running locally

Start by cloning this repo:

git clone https://github.com/nabilouldhamou/portfolio

then install the needed dependencies

npm install

and use this command to run the website locally in dev mode

npm run dev