Skip to content

netervati/christophertabula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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