Skip to content

EstelleBarnoud/estellewolski.com

Repository files navigation

My Personal Website

Self-hosted portfolio website including a small introduction, experience, skills & socials.

Technologies

Install

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

Develop

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:

Deploy

This Next.js app is automatically deployed with the Vercel Platform.

Check out the Next.js deployment documentation for more details.