My personal website, built with Vite, React and Tailwind CSS.
View it live at cstef.dev.
I recommend using pnpm to install the dependencies and run the scripts.
pnpm install
pnpm dev
You can then access the development server at the address displayed in the console. (or press O to open it in your default browser)
pnpm build
The build will be available in the dist
folder.