Welcome to the Portfolio of Marius.li also known as Hummelpage! This readme is for you to scower through my code.
The portfolio Marius.li is designed to help users quickly get a grasp of what working with me looks like. Showcasing work but also showcasing the process of working with me!
- React: The Portfolio page is built using React, a popular JavaScript library for building user interfaces.
- SASS: Custom SASS is used to style the page and ensure a consistent look and feel.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/marius.li.git
- Install the dependencies:
npm i
- Compile sass to css:
sass --watch src/css/style.sass src/index.css
- Start the development server:
npm run dev
The Hummelpage should now be running locally at http://localhost:5173.