mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-17 15:53:13 +00:00
Add deploy note
This commit is contained in:
parent
5b3b15e95c
commit
f9e7c79672
11 changed files with 8 additions and 0 deletions
8
docs/how-to-deploy.md
Normal file
8
docs/how-to-deploy.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
1. `cd docs` from repo root
|
||||||
|
1. Install the vercel cli if you haven't already
|
||||||
|
- `pnpm i -g vercel`
|
||||||
|
1. `vercel` to deploy if you already have the project linked
|
||||||
|
1. Otherwise, `vercel login` and `vercel` to link
|
||||||
|
- Choose Zed Industries as the team, then `zed-app-docs` as the project
|
||||||
|
|
||||||
|
Someone can write a script for this when they have time.
|
Loading…
Reference in a new issue