Files
bracket/docs/content/deployment/cloud-services.mdx

15 lines
299 B
Plaintext

---
title: Cloud services
---
# Cloud services
## Vercel
To deploy the frontend to Vercel, use the following link:
```text
https://vercel.com/new/project?template=https://github.com/evroon/bracket
```
Make sure to select the `frontend` directory as root directory, and use Next.js as framework.