speedscope icon indicating copy to clipboard operation
speedscope copied to clipboard

[ Bug ] Contributing - Local Setup

Open PhoneDroid opened this issue 1 year ago • 2 comments

Cloned the repo , installed dependencies and wanted to run serve but got:

no such file or directory, open 'dist/index.html'

Had to create the dist directory manually , worked afterwards. Should probably happen automatically?

PhoneDroid avatar Jan 21 '25 13:01 PhoneDroid

Hi @PhoneDroid! I'd take a PR to add mkdir -p && to the npm serve script in package.json if you can test it to make sure that fixes the problem you hit

jlfwong avatar Jan 21 '25 19:01 jlfwong

@jlfwong I'll wait with that until after #495 has been concluded. Don't wanna have too many things open at once.

PhoneDroid avatar Jan 24 '25 19:01 PhoneDroid