Skip to content

diegovfeder/portfolio

Repository files navigation

@diegovfeder portfolio

Welcome to my personal portfolio! This project showcases my work as a front-end engineer, highlighting my skills, past projects, and a bit about myself. The portfolio is built using SolidJS and TailwindCSS, providing a responsive and visually appealing experience.

Tech Stack

  • Framework: SolidJS
  • Styling: TailwindCSS
  • Routing: SolidJS Router
  • Dialog Component: @corvu/dialog
  • Icons: solid-icons
  • State Management: SolidJS Signals
  • Image Handling: Lazy loading with custom LazyImage component

Getting Started

To get started with this project, you'll need to have Bun installed. If you haven't installed Bun yet, you can do so by following the instructions on their official website.

Installing Dependencies

Once you've cloned the repository, navigate to the project directory and install the dependencies:

bun i

Running the Development Server

To start the development server, run:

bun run dev

This will start the server and you can access it at http://localhost:3000.

Building for Production

To build the project for production, use the following command:

bun run build

This will generate the optimized files for deployment.

Deployment

This section will be updated with deployment instructions once the deployment process is completed.

Acknowledgments

  • Thanks to the SolidJS community for their amazing framework and resources.
  • Special thanks to the TailwindCSS team for their utility-first CSS framework that makes styling a breeze.

Feel free to reach out if you have any questions or feedback!

Releases

No releases published

Packages

No packages published