Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 461 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 461 Bytes

How we do things at OK GROW!

To run the site locally:

cd website
yarn
yarn start

Edit Markdown files in the docs folder. No hot-reload for docs yet, kill & restart the server, refresh the page, your changes are here.

The guides are powered by Docusaurus, short read of the docs is helpful (clear and compact docs).

To deploy:

cd website
GIT_USER=<YOUR_GITHUB_USERNAME> USE_SSH=true yarn publish-gh-pages