Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 414 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 414 Bytes

oliveirarleo's homepage

This is a blog based on astro's blog template. You can access it at oliveirarleo.com If you want to see how did I build this, take a look at oliveirarleo.com/tech/a-blog-in-a-day.

Running locally

pnpm i # install dependencies
pnpm dev # run local server

# alternatively
pnpm build
pnpm astro preview