blob: 6aadcd72c2c68bbd7c5b19805d73efd475022827 [file] [log] [blame] [view]
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02001# Nexantic monorepo
Leopold Schabel67f9d092019-10-22 15:41:42 +02002
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02003This is the monorepo storing all of nexantic's internal projects and libraries.
Leopold Schabel67f9d092019-10-22 15:41:42 +02004
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02005## Environment
Leopold Schabel5c80aca2019-10-22 15:48:58 +02006
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +02007All builds should be executed using the shipped `nexantic-dev` container which is automatically built by the create
8script.
Leopold Schabel67f9d092019-10-22 15:41:42 +02009
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +020010The container contains all necessary dependencies and env configurations necessary to get started right away.
Leopold Schabel67f9d092019-10-22 15:41:42 +020011
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +020012#### Usage
Leopold Schabel5c80aca2019-10-22 15:48:58 +020013
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +020014Spinning up: `scripts/create_container.sh`
Leopold Schabel5c80aca2019-10-22 15:48:58 +020015
Hendrik Hofstadt0d7c91e2019-10-23 21:44:47 +020016Spinning down: `scripts/destroy_container.sh`
17
18Running commands: `scripts/run_in_container.sh @`
19
20Using bazel: `scripts/bin/bazel @`
21