Skip to content

willowtreeapps/wombats-web-client

Repository files navigation

Wombats Web Client

This repo is a part of the Wombats Suite, documented at Wombat Documentation.

Contributing? Issues? Features? Curiosity?

Learn how to contribute here.

Our Stack

Our web client is written with the following tools:

Development Mode

Run application:

lein run-dev

Figwheel will automatically push cljs changes to the browser.

Wait a bit, then browse to http://localhost:3449.

URLs

  • dev.api.wombats.io points to the Development database
  • qa.api.wombats.io points to the QA database - this is the base API URL for our qa branch
  • api.wombats.io points to the Production database - this is the base API URL for our master branch

Production Build

The following commands compile Wombats for the deployed environments:

lein deploy-dev
lein deploy-qa
lein deploy-prod

Spritesheet

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.