mirror of
https://github.com/evroon/bracket.git
synced 2026-01-31 09:31:23 -05:00
Use https://github.com/shuding/nextra and https://github.com/leoMirandaa/shadcn-landing-page instead of Docusaurus.
15 lines
299 B
Plaintext
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.
|