Skip to content

sebolio/portfolio

Repository files navigation

seb.cl

Source code for my website, written in Vue 3.

Me

Hosting (GitHub Pages)

Use GitHub Pages for free hosting.

Development server

pnpm i
pnpm dev

Building

This script builds the project into the docs folder, to take advantage of GitHub's web hosting service.

pnpm build

Deployment CI/CD

This project is configured to use GitHub Pages, so once you push it, the website will be automatically deployed using GitHub Actions.

git add -A
git commit -m "Updated my beautiful site" && git push