mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
d24c127950
add docusaurus based docs site under /docs
8 lines
114 B
Bash
8 lines
114 B
Bash
# ensure pre-commit is installed
|
|
pre-commit install
|
|
|
|
# run yarn install in docs folder
|
|
cd docs
|
|
yarn install
|
|
cd ..
|