[SOLVED] Documentation for building and testing your project locally

Hi, I’ve set up a local python server and downloaded my project. I’ve also downloaded the git repo of the engine. There’s some description of an index.html file but no specific documentation of what to do with it or what it should contain. Is there a tutorial I could follow?

1 Like

Hi @noah_mizrahi,

For running your project locally you only need the downloaded zip folder and a local web server. No need building the engine repo, the engine is included in your project build.

Check this manual page, at the end it has some info on how to run your project locally:

https://developer.playcanvas.com/en/user-manual/publishing/web/self-hosting/

1 Like

Thank you. I had exported the build instead of publish/download.zip. :blush:

2 Likes