This is my portfolio. It contains a brief presentation about me, my experiences and my skills.
There are also a list of projects that I have worked on, with links to their repositories.
My portfolio is available at https://mathieu.dzqdzq.net
- Vue.js with Nuxt
- Tailwind CSS
- Bun
Feel free to fork this repository and use it as a template for your own portfolio.
- Build the Docker image:
docker build -t portfolio .- Run the Docker container:
docker run -d -p 3000:3000 -e WEBHOOK_URL="YOUR_WEBHOOK_URL" portfolio- Install dependencies:
bun install- Create a
.envfile in the root of the project and add your webhook URL:
WEBHOOK_URL=YOUR_WEBHOOK_URL
- Run the development server:
bun run devThis project is licensed under the WTFPL License. See the LICENSE file for details.
🐢