Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 859 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 859 Bytes

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