Skip to content

tericcabrel/me

Repository files navigation

My Personal Website

My personal website

demo

Stack

  • Typescript
  • Next.js 12
  • Tailwind CSS
  • Deployed on Vercel

Installation

git clone https://github.com/tericcabrel/me.git my-personal-website

cd my-personal-website

cp .env.example .env.local

# Update the environment variables with your own
nano .env.local

yarn install

yarn dev

Build for production

yarn build