How to start, stop and control Naviga Web locally
Last updated 3 years ago
Was this helpful?
start
Use this command to start your Naviga Web project.
$ make start
The Makefile is for controlling docker commands and is a part of Starter Kit.
Makefile
Some commonly used commands:
make start # Start the environment. make stop # Stop the environment. make restart # Restart the environment.