Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 470 Bytes

Capucho's personal website

This repository contains the source code for my personal website [www.jcapucho.com].

The site is based on astro-theme-cactus.

The dependencies are managed through pnpm. To install dependencies run:

$ pnpm install

Running

To run the development server use:

$ pnpm start

Building

To build the production site use:

$ pnpm build