To provide an easily updated POS builder tool because all the other ones suck or are not open source :(
To build run the following to download the latest SDE and build the static.js file.
(cd build && wget https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2 && bzip2 -d sqlite-latest.sqlite.bz2 && make)
Starbase is now built using bower and gulp, so either run the commands in the setup.sh file or run the command below. You will need Node.JS and NPM installed to do this.
(npm install && sudo npm install -g bower gulp && bower install && gulp)
If you ever update starbase, just run this command to rebuild everything:
(cd build && rm -f sqlite-latest.sqlite.bz2 && rm -f sqlite-latest.sqlite && wget https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2 && bzip2 -d sqlite-latest.sqlite.bz2 && make && cd ../ && npm update && bower update && gulp)
Follow the git-flow process for contributing back changes.
See the LICENSE file, project is licensed under the standard MIT License.