v5/README.md

17 lines
280 B
Markdown
Raw Permalink Normal View History

2025-02-19 00:41:31 -05:00
# minhtran_dev website code
2025-01-23 11:16:33 -05:00
2025-02-19 00:41:31 -05:00
## Set up dev server
2025-01-23 11:16:33 -05:00
2025-02-19 00:41:31 -05:00
- `bun run dev`
2025-01-23 11:16:33 -05:00
2025-02-19 00:41:31 -05:00
## Build binary
2025-01-23 11:16:33 -05:00
2025-02-19 00:41:31 -05:00
- `bun run build`
2025-01-23 11:16:33 -05:00
2025-02-19 00:41:31 -05:00
## Deploy
2025-01-23 11:16:33 -05:00
2025-02-19 00:41:31 -05:00
- Make sure you built this first
- `rsync` to my VPS
- Run `pm2 restart 0` as `0` is the current task_id for my portfolio web app
- [ ] Setup CI/CD for this project