Welcome to my personal portfolio!
Feel free to explore my work and reach out if you're interested in collaborating or have any questions.
After cloning or copying a project and installing dependencies with pnpm install
, you can start the development server:
pnpm dev
To create a production version of your app:
pnpm build
You can preview the production build with pnpm preview
.
To deploy your app, you may need to install an adapter for your target environment.