Skip to content

Repository files navigation

Portfolio

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

Stack of the portfolio

  • Vue.js with Nuxt
  • Tailwind CSS
  • Bun

Feel free to fork this repository and use it as a template for your own portfolio.

How to run the portfolio

Use the Docker image

  1. Build the Docker image:
docker build -t portfolio .
  1. Run the Docker container:
docker run -d -p 3000:3000 -e WEBHOOK_URL="YOUR_WEBHOOK_URL" portfolio

Run locally

  1. Install dependencies:
bun install
  1. Create a .env file in the root of the project and add your webhook URL:
WEBHOOK_URL=YOUR_WEBHOOK_URL
  1. Run the development server:
bun run dev

License

This project is licensed under the WTFPL License. See the LICENSE file for details.

🐢

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages