Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 769 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 769 Bytes

Build Status Coverage

Carlos Cuesta site, built with Next.js. This is the secret sauce behind carloscuesta.me.

Development

To run the project locally, clone the repository, install the dependencies and run the dev server.

git clone [email protected]:carloscuesta/carloscuesta.me.git
pnpm install && pnpm run dev