Follow these steps to get the portfolio project up and running.
Ensure the following tools are installed:
-
Clone the repository:
git clone <repository-url> cd portfolio
-
Install dependencies:
bun install
-
Start the development server:
bun run dev
Open http://localhost:5173 to see the result.
The project follows a Single Source of Truth pattern. Most content is stored in src/lib/content/ as Markdown
files.
For detailed instructions on how to update the CV data, see How to Update Content.
The project is configured for Netlify using SvelteKit's static adapter.
- Build Command:
bun run build - Publish Directory:
build
Pushing to the main branch will automatically trigger a deployment on Netlify if the integration is set up.