Schotsl / Portfolio

My portfolio is a handpicked showcase of my favorite projects, created to display my skills and introduce my work to potential clients and interested parties. Take a look and see what I’m all about!

Home Page:https://sjorsvanholst.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

Check out my portfolio at sjorsvanholst.nlsjorsvanholst.nl. It’s a handpicked showcase of my favorite projects, created to display my skills and introduce my work to potential clients and interested parties. Take a look and see what I’m all about!

I use Next.js for the front end and manage styles with SCSS. The app runs on the Bun runtime for enhanced performance and is hosted on Vercel.

Getting started

To begin development, clone the repository to your local machine. You'll need Bun installed to run the project. In the project directory, you can install the necessary packages using Bun.

bun install

The next step is to start the development server, which will be hosted at http://localhost:3000.

bun run dev

Other commands

  • bun run build: Builds the application for production to the .next folder.
  • bun run start: Runs the built app in production mode.
  • bun run lint: Runs Next.js' built-in ESLint.
  • bun run format: Formats the code using Prettier.

Deployment

Any commits to the main branch will automatically be deployed to https://sjorsvanholst.nl through Vercel.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

My portfolio is a handpicked showcase of my favorite projects, created to display my skills and introduce my work to potential clients and interested parties. Take a look and see what I’m all about!

https://sjorsvanholst.nl

License:MIT License


Languages

Language:TypeScript 74.7%Language:SCSS 21.0%Language:JavaScript 3.1%Language:HTML 1.2%