Fixes to docs and scripts for building seshat (#2733)

... because it took me all day to figure out.
This commit is contained in:
Richard van der Hoff
2025-12-08 11:52:24 +00:00
committed by GitHub
parent 8ca1f193e3
commit b9840c5801
4 changed files with 39 additions and 31 deletions
+3 -1
View File
@@ -52,7 +52,9 @@ If you only want to run the app locally and don't need to build packages, you ca
provide the `webapp` directory directly:
```
# Assuming you've checked out and built a copy of element-web in ../element-web
# Assuming you've checked out and built a copy of element-web in ../element-web.
# Note that you will not be able to `yarn build` after this, but `yarn start`
# will work fine.
ln -s ../element-web/webapp ./
```