Socket
Socket
Sign inDemoInstall

rocket-ar

Package Overview
Dependencies
40
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rocket-ar

This repo contain AR stuff


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
26.9 MB
Created
Weekly downloads
 

Readme

Source

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

  1. install nodejs
  2. 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.

Architecture docs

Style Guides

Keywords

FAQs

Last updated on 30 Jun 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc