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
To run the development server use:
$ pnpm start
To build the production site use:
$ pnpm build