- Install Docker and have it opened
- Run
docker-compose up --build -d
Documentation can be accessed via localhost:4000
(Also depends on which port you used in [I])
- Follow (I) 1+2 for the environment setup
- Change the code, save and see these services react to your changes
- Whenever you add a new package, please run
docker-compose up -d --build
again
Note:
-v
is a "volume" that allows you to mount a local volume to a container's filesystem
@TODO: To be updated
@TODO: To be updated
GPLv3