mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
7 lines
260 B
Bash
7 lines
260 B
Bash
cd ./dev/
|
|
# rush build # Will build all the required packages.
|
|
# rush bundle # Will prepare bundles.
|
|
rush docker:build # Will build Docker containers for all applications in the local Docker environment.
|
|
rush docker:up # Will set up all the containers
|
|
|