mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
458 B
458 B
These docs are intendended to replace both docs.zed.dev and introduce people to how to build Zed from source.
cd docs
from repo root- Install the vercel cli if you haven't already
pnpm i -g vercel
vercel
to deploy if you already have the project linked- Otherwise,
vercel login
andvercel
to link- Choose Zed Industries as the team, then
zed-app-docs
as the project
- Choose Zed Industries as the team, then
Someone can write a script for this when they have time.