Create a new project base:
git clone https://github.com/stbsdk/boilerplate.git my-projectRemove git metadata, build and start services:
cd my-project
rm -rf .git
stbsdk
# or
DEBUG=* stbsdkIf you have any problems or suggestions please open an issue according to the contribution rules.
stb-boilerplate is released under the MIT License.