Secure digital helpdesk platform
Find a file
2023-06-02 08:33:37 +00:00
apps Fix zammd install script 2023-05-30 09:52:49 +00:00
docker Fix zammd install script 2023-05-30 09:52:49 +00:00
packages workaround "Type instantiation is excessively deep and possibly infinite." 2023-06-02 08:32:48 +00:00
scripts Dockerfile updates 2023-05-26 12:02:55 +00:00
.gitignore Add missing theme functions for metamigo-frontend 2023-05-26 08:06:16 +00:00
.gitlab-ci.yml Dockerfile updates 2023-05-26 12:02:55 +00:00
.nvmrc Build and type fixes 2023-05-24 20:27:57 +00:00
docker-compose.yml Link and Leafcutter Dockerfiles 2023-05-26 15:40:34 +00:00
LICENSE.md Begin addon reorganization 2023-05-03 10:36:37 +00:00
Makefile Dockerfile updates 2023-05-26 12:02:55 +00:00
package-lock.json Use NextJS middleware for proxying 2023-05-30 09:05:40 +00:00
package.json Use NextJS middleware for proxying 2023-05-30 09:05:40 +00:00
README.md update readme 2023-06-02 08:33:37 +00:00
turbo.json Update Link->Leafcutter integration 2023-05-25 12:37:14 +00:00

Dev Setup

git clone ...
cd link-stack
cd docker/zammad
make build
cd ../../
npm install
turbo build
turbo dev

Notes

npm i
npm ls --production --depth 1 -json | jq -r '.dependencies[].resolved'
npm install --workspace=metamigo-common

Run a task in a specific project

turbo run build --filter metamigo-cli