[go: up one dir, main page]

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

okgrow/guides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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