mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
7 lines
107 B
Bash
7 lines
107 B
Bash
# ensure pre-commit is installed
|
|
pre-commit install
|
|
|
|
# npm install in /website
|
|
cd website
|
|
npm install
|
|
cd .. |