Matheus Lima Portfolio
My personal website
Tech Stack
- Next.js – framework
- Typescript – language
- Tailwind – styling
- Content Layer – Transform content
- Upstash - Serveless
- Redis - Data
- Beam – Analytics
- Vercel – Hosting
Running Locally
git clone
Copy the environment variables to .env
cp .env.example .env
4. Configure the variables in .env
Variable | Value |
---|---|
UPSTASH_REDIS_REST_URL | < Your base domain or localhost:3000 > |
UPSTASH_REDIS_REST_TOKEN | < Your Redis TOKEN > |
Then install dependencies and run the development server:
pnpm install
pnpm dev
Cloning / Forking
Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.