This is my portfolio and contact page website, built with Astro.
On this website, you can find my technical skills, my experience, my projects, and my contact information.
The website is available in English and French.
Use the package manager npm to install the dependencies.
npm install
To start the development server, run the following command:
npm run dev
To build the website, run the following command:
npm run build