Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.