This is the fourth iteration of my portfolio site.
Deployed as a Static Site Generator (SSG)
Type | Tool |
---|---|
Framework | Nuxt3 |
Presentation | Nuxt UI |
Content | Nuxt Content |
Analytics | Log Rocket |
Deployment | Vercel |
- Create a
./portfolio/.env
file. - Copy the contents in
./portfolio/.env.example
and paste it to your.env
file. - Replace the values based on your setup.
- Run the following commands:
$ chmod +x bin/portfolio
$ bin/portfolio dev # or generate
Deployed as a Serverless Function
Type | Tool |
---|---|
Framework | Fast API |
Messaging | Slack API |
Deployment | Vercel |
- Create a
./message-api/.env
file. - Copy the contents in
./message-api/.env.example
and paste it to your.env
file. - Replace the values based on your setup.
- Run the following commands:
$ chmod +x bin/message
$ bin/message