Personal website made with SvelteKit
src | ||
static | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
components.json | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
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