mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
b1fbd0fa96
add backend-dev devcontainer and extract openapi.json to docs/
8 lines
108 B
Bash
8 lines
108 B
Bash
# ensure pre-commit is installed
|
|
pre-commit install
|
|
|
|
# npm install in /website
|
|
cd website
|
|
npm install
|
|
cd ..
|