Minimal Warehouse Setup Example

Hi everyone :slight_smile:,

I’ve got a minimal Warehouse to work, which I will use for my experiments with nwjs/typescript/phaserjs

The warehouse repo: https://github.com/uvwxy/gsw
The application repo (bouncing dvd-logo): https://github.com/pauls-3d-things/gameshell-game-dev-boilerplate

You can build the boilerplate with:

npm install   # installs dependencies
npm run build # builds everything to dist/
npm run targz # builds the dvd-logo.tar.gz

The result is the dvd-logo.tar.gz, which you can replace in the warehouse repository at tests/dvd-logo/file/dvd-logo.tar.gz

Thanks to @cuu for helping me out.

4 Likes

welcome to the community

1 Like