Here is the report of my experiences:
EnvironmentWindows 11. Mozilla as my default browser. All my experiments are with MS-Edge.
Leo-web: rev 6a862d1b on master. (Latest pull).
Readme.md
The readme says:
> This [`npm run dev` or `npm start`] will start the webpack dev server and automatically open the application in your browser at
http://localhost:8080.
`npm run dev` does not seem to open the page.
`npm start` starts
http://localhost:8080 in my *default* browser (Mozilla).
Using MS-EdgeOpening
http://localhost:8080 in Edge works as expected.
leo-web prompts for a folder, remembering the previously-given folder.
I give permission to edit the directory.
I chose the leo-web directory.
I have to click the pancake menu to see Leo's menu. I would like that menu to be visible by default.
Opening leo-web.leojs works! I see the top-level @clean files.
Trying to expand the Leo outline (by clicking) crashes:
Uncaught runtime errors:
ERROR
Cannot read properties of null (reading 'length')
TypeError: Cannot read properties of null (reading 'length')
at LeoController.handleOutlinePaneClick (webpack-internal:///./src/LeoController.ts:131:59)Clicking the back arrow brings me back to the MS-Edge home page.
Clicking the bookmarked leo-web link,
http://localhost:8080, again prompts me for a folder.
A great start.