mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
11 lines
458 B
Markdown
11 lines
458 B
Markdown
These docs are intendended to replace both docs.zed.dev and introduce people to how to build Zed from source.
|
|
|
|
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.
|