mirror of https://github.com/microsoft/autogen.git
10 lines
142 B
Bash
10 lines
142 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
cd website &&
|
||
|
yarn install --frozen-lockfile --ignore-engines &&
|
||
|
pydoc-markdown &&
|
||
|
yarn start
|