rocket-ar
v0.2.3
Published
This repo contain AR stuff
Downloads
3
Maintainers
Readme
Rocket AR repository
Overview
This repo contain AR stuff
Legacy
Legacy code was moved to legacy
branch. Work on this version will be stopped and not be able for future support
Pre requirements
- install nodejs
- in the root folder launch command
npm install
Git commits
We're using commitlint as tool for make git messages by rules like
[scope]: <body>
where scope one of the special word like feat
, chore
, etc. The full list described in the commitlint.config.js file
Releases
We're using semver for make releases simple and human readable. For make new version we should write command
npm version [major | minor | patch]
.
See npm version for more
How to launch/build client
npm start # launch app on the 8080 port
How to launch/build backend
cd server
docker-compose build
docker-compose scale core-app=4
docker-compose up
IMPORTANT:
Due to NGINX (Free version) limiations, current configuration is set to work with a fixed scale of 4 nodes.