Skip to content

Commit 2c96e56

Browse files
authored
docs: add Globe deployment documentation (#1217)
1 parent f1f1bec commit 2c96e56

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/docs/deploy/globe.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
sidebar_position: 4
3+
title: 🌐 Globe
4+
---
5+
6+
# Globe 🌐
7+
8+
[Globe](https://globe.dev/) is a deployment platform for Dart developers, that allows you to deploy your Dart Frog backend to a globally distributed service without the need to manage servers, networks, or scaling. They provides a seamless developer experience for deploying and managing Dart Frog projects.
9+
10+
## Prerequisites
11+
12+
Before you get started, if you don't already have a [free Globe Account](https://globe.dev/login), you'll need to create one.
13+
14+
:::info
15+
Globe is currently in public preview.
16+
:::
17+
18+
Additionally, you'll need the [`globe` command line interface (CLI)](https://docs.globe.dev/cli#installation) installed on your computer.
19+
20+
Finally, you'll want to log in to `globe` by running:
21+
22+
```bash
23+
globe login
24+
```
25+
26+
## Deploying
27+
28+
1. Deploy your API for production use by running:
29+
30+
```bash
31+
globe deploy --prod
32+
```
33+
34+
2. Congratulations! 🎉 You have successfully deployed your API to Globe. You can now access your API at the Deployment URL that is available through the Globe dashboard.
35+
36+
## Additional Resources
37+
38+
- [Globe documentation](https://docs.globe.dev/)
39+
- [`globe deploy` documentation](https://docs.globe.dev/cli/commands/deploy)
40+
- [Globe's Dart Frog documentation](https://docs.globe.dev/frameworks/dart-frog)

0 commit comments

Comments
 (0)