Skip to content

carloscuesta/carloscuesta.me

Repository files navigation

Build Status Coverage

Carlos Cuesta personal site, built with Next.js. This repository contains the source code that powers carloscuesta.me.

Development

Run the following command on a terminal to clone the project, install the dependencies and start the development server.

git clone https://github.com/carloscuesta/carloscuesta.me.git && cd carloscuesta.me && pnpm install && pnpm run dev