Skip to content

Commit fc8b514

Browse files
committed
Add frontend to install instructions.
1 parent dfde2b8 commit fc8b514

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ hyperdiv docs
1616
After cloning the Hyperdiv repo and installing its dependencies, you can simply clone this repo and run its `start.py` script within Hyperdiv's Poetry virtualenv:
1717
```sh
1818
cd hyperdiv
19-
# Install dependencies
19+
# Install Python dependencies
2020
poetry install
21+
# Install frontend dependencies
22+
cd frontend
23+
npm install
24+
npm run build
25+
cd ..
2126
# Enter the virtualenv
2227
poetry shell
2328
# Run the docs app in the virtualenv

0 commit comments

Comments
 (0)