You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Setup do Mac
xcode-select --install
brew install node
.npm install -g pnpm
.brew install gh
Clonando o repositório
gh auth login
gh repo clone vtex/shoreline
Rodando a documentação
cd ./shoreline
(apenas na primeira vez)pnpm i
pnpm build
pnpm run dev:docs
Explicando a estrutura do nextra
Primeira modificação (commit)
git checkout -b docs/<nome-da-branch>
.mdx
dentro depackages/next-docs/pages
git add .
pnpm commit
git push --set-upstream origin docs/<nome-da-branch>
(mudanças subsequentes podem ser feitas comgit push
apenas).Dicas
Terminais melhores
Beta Was this translation helpful? Give feedback.
All reactions