This repo is a part of the Wombats Suite, documented at Wombat Documentation.
Our web client is written with the following tools:
lein run-dev
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:3449.
dev.api.wombats.io
points to the Development databaseqa.api.wombats.io
points to the QA database - this is the base API URL for ourqa
branchapi.wombats.io
points to the Production database - this is the base API URL for ourmaster
branch
The following commands compile Wombats for the deployed environments:
lein deploy-dev
lein deploy-qa
lein deploy-prod
If you want to recreate the spritesheet, you can do so using the free program TexturePacker. You can add images to /resources/spritesheet, and regenerate the spritesheet using /resources/spritesheet.tps.