Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.08 KB

Welcome to My Portfolio Project! 🙌

This Website is a portfolio project where you can showcase your projects, skills and more.

Tech Stacks 🛠️

To create this website we used:

  • React
  • Tailwind CSS
  • ESLint

Docker Support 🐳

You can run this project using Docker. Follow the steps below:

  1. Build the Docker image:

    docker build -t portfolio .
  2. Run the Docker container:

    docker run -p 3000:3000 portfolio

License 📝

My Portfolio Project is licensed under the MIT License. See the LICENSE file for more information.

Our Contributors 🤝