portfolio/README.md

21 lines
582 B
Markdown
Raw Normal View History

2023-09-12 14:30:14 +02:00
<p align="center">
<img src="static/images/console.png" alt="Logo" />
</p>
# Nabil Ould Hamou - Portfolio
2023-09-12 15:04:07 +02:00
To visit my website [click here](https://nabilouldhamou.netlify.app/) !
2023-09-12 14:30:14 +02:00
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
```
and use this command to run the website locally in dev mode
```bash
npm run dev
```