I can't build localDev use glup

the error is GET http://localhost:1338/localDev/src/index.js net::ERR_ABORTED 404 (Not Found),Which step did I go wrong?
my node version:16.13.0
MacBook Pro (13-inch, M1, 2020)

and others website is ok

You should remove the /src part! :slight_smile:

thinks :grin:

Cannot GET /localDev/index.js index.js not found

Did you create the index.js file on the localDev/src folder? It’s not created by default when you clone the Github project.

1 Like

The best test would be to see if this URL is available and shows anything in your browser. If it does, then there is no technical problem, just missing files.

I found this page,Start Contributing to Babylon.js | Babylon.js Documentation I know how to build it,sorry for the trouble.

I found this page,Start Contributing to Babylon.js | Babylon.js Documentation I know how to build it,sorry for the trouble.

No worries! So you managed to build it fine? :smiley: