This is the repository for the Space Pirates game demo for Babylon.js 5.0 Release. It contains assets and code so you can clone, learn and do modifications.
https://spacepirates.babylonjs.com/
In root folder:
npm install
To run with watch build:
npm run dev
To package:
npm run build
Also, copy assets
folder from test_package\public
to Docs
folder.