willowtreeapps / wombats-web-client

Web Client for Wombats

Home Page:https://github.com/willowtreeapps/wombats-documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web Client for Wombats

https://github.com/willowtreeapps/wombats-documentation

License:MIT License


Languages

Language:Clojure 72.7%Language:CSS 20.0%Language:PLSQL 6.5%Language:HTML 0.7%Language:JavaScript 0.1%