Self-hosted portfolio website including a small introduction, experience, skills & socials.
- Next.js project bootstrapped with
create-next-app
- Tailwind CSS framework
- shadcn/ui component library
- Vercel frontend cloud for deployments & more
Install node & npm following the npm documentation. For example on MacOS:
brew install n
n <version>
Tip: to install the latest Long Time Support version, run n lst. Note: you might need to prepend sudo to ensure you have the right permissions.
[Optional] Install yarn:
npm install --global yarn
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
This Next.js app is automatically deployed with the Vercel Platform.
Check out the Next.js deployment documentation for more details.