/me

My personal website

Primary LanguageTypeScript

My Personal Website

My personal website inspired from https://brittanychiang.com

demo

Stack

  • Typescript
  • Next.js
  • TailwindCSS
  • Deployed on Vercel

Installation

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

cd my-personal-website

cp .env.example .env.local

nano .env.local

yarn install

yarn dev

Build for production

yarn build