Arke Hex Local development
Overview
Clone the repo you want:
- arke (opens in a new tab)
- arke_postgres (opens in a new tab)
- arke_auth (opens in a new tab)
- arke_server (opens in a new tab)
Add to your .env
file the path of the cloned package:
export EX_DEP_${REPO_NAME}_PATH="PATH_TO_CLONED_REPO"
example EX_DEP_ARKE_POSTGRES_PATH="/path/to/arke_postgres/folder"
Run the commands in the linked section. If you have previously installed the dependencies use the clean
commands before install the deps again. (Use the clean
also if you do not see your changes locally)
By adding the EX_DEP_{REPO_NAME}_PATH
variable you are able to use the arke's packages cloned locally.