Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.35 KB

christophertabula.com

This is the fourth iteration of my portfolio site.

Frontend

Deployed as a Static Site Generator (SSG)

Type Tool
Framework Nuxt3
Presentation Nuxt UI
Content Nuxt Content
Analytics Log Rocket
Deployment Vercel

Run locally

  1. Create a ./portfolio/.env file.
  2. Copy the contents in ./portfolio/.env.example and paste it to your .env file.
  3. Replace the values based on your setup.
  4. Run the following commands:
$ chmod +x bin/portfolio
$ bin/portfolio dev # or generate

Backend

Deployed as a Serverless Function

Type Tool
Framework Fast API
Messaging Slack API
Deployment Vercel

Run locally

  1. Create a ./message-api/.env file.
  2. Copy the contents in ./message-api/.env.example and paste it to your .env file.
  3. Replace the values based on your setup.
  4. Run the following commands:
$ chmod +x bin/message
$ bin/message