Skip to content

lestercardoz11/lestercardoz.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lester Cardoz - v2

Previous iteration: v1

next.js chakra ui javascript yarn github spotify

This repository contains my personal portfolio that was created with Next.js and Chakra UI.

Installation & Set Up

  1. Clone repository

    git clone https://github.com/lestercardoz11/lestercardoz.com.git
  2. Change the current working directory

    cd lestercardoz.com
  3. Install dependencies

    yarn
  4. Create a .env.local file similar to .env.example.

    cp .env.example .env.local
  5. Start the development server

    yarn dev

Built Using