Previous iteration: v1
This repository contains my personal portfolio that was created with Next.js and Chakra UI.
-
Clone repository
git clone https://github.com/lestercardoz11/lestercardoz.com.git
-
Change the current working directory
cd lestercardoz.com
-
Install dependencies
yarn
-
Create a .env.local file similar to .env.example.
cp .env.example .env.local
-
Start the development server
yarn dev