Closed peterpeterparker closed 8 months ago
Hey @peterpeterparker,
There are many sources that are pulled in as submodules. Please try following the instructions in the readme:
cd portal/
git submodule update --init
npm install
npm start
https://github.com/dfinity/portal?tab=readme-ov-file#install-and-run-locally
git submodule update --init
resolved it. thx.
Not sure why you don't setup an npm prepare
script that would resolve this automatically.