Personal website made with SvelteKit
Find a file
2023-09-12 15:56:20 +02:00
src Modified code to support mobile devices 2023-09-12 15:56:20 +02:00
static initial commit 2023-09-12 14:30:14 +02: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
package-lock.json initial commit 2023-09-12 14:30:14 +02:00
package.json initial commit 2023-09-12 14:30:14 +02:00
postcss.config.js initial commit 2023-09-12 14:30:14 +02:00
README.md Updated the link of the website 2023-09-12 15:04:07 +02:00
svelte.config.js initial commit 2023-09-12 14:30:14 +02:00
tailwind.config.js initial commit 2023-09-12 14:30:14 +02: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

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

npm run dev