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/.envfile. - Copy the contents in
./portfolio/.env.exampleand paste it to your.envfile. - Replace the values based on your setup.
- Run the following commands:
$ chmod +x bin/portfolio
$ bin/portfolio dev # or generateDeployed as a Serverless Function
| Type | Tool |
|---|---|
| Framework | Fast API |
| Messaging | Slack API |
| Deployment | Vercel |
- Create a
./message-api/.envfile. - Copy the contents in
./message-api/.env.exampleand paste it to your.envfile. - Replace the values based on your setup.
- Run the following commands:
$ chmod +x bin/message
$ bin/message