Personal website made with SvelteKit
Find a file
2023-11-26 02:40:05 +01:00
src Modification des informations présentes sur le site. 2023-11-26 02:40:05 +01:00
static Modification des informations présentes sur le site. 2023-11-26 02:40:05 +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
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 readme 2023-09-13 00:18:56 +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

then install the needed dependencies

npm install

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

npm run dev