Nabil Ould Hamou
fc31019481
feat: modification du style de la page des projets et mise à jour des projets.
26 lines
No EOL
627 B
Markdown
26 lines
No EOL
627 B
Markdown
<p align="center">
|
|
<img src="static/images/console.png" alt="Logo" />
|
|
</p>
|
|
|
|
# Nabil Ould Hamou - Portfolio
|
|
To visit my website [click here](https://nbiloh.me/) !
|
|
|
|
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](https://kit.svelte.dev/) and learn how to use it.
|
|
|
|
|
|
## Running locally
|
|
|
|
Start by cloning this repo:
|
|
```bash
|
|
git clone https://github.com/nabilouldhamou/portfolio
|
|
```
|
|
then install the needed dependencies
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
and use this command to run the website locally in dev mode
|
|
|
|
```bash
|
|
npm run dev
|
|
``` |