The web client for www.embloy.com.
Warning This app is a work in progress. I'm building this in public.
- Install dependencies using pnpm:
pnpm install- Copy
.env.exampleto.env.localand update the variables.
cp .env.example .env.local- Start the development server:
pnpm dev- Build docker container:
docker build -t embloy-core-front . && docker tag embloy-front:latest <your-username>/embloy-core-front- Push to container registry:
docker push <your-username>/embloy-core-front- Run image in K8s:
kubectl apply -f AKS_core_front.ymlLicensed under the MIT license.
© Carlo Bortolan, Jan Hummel
Carlo Bortolan · GitHub @carlobortolan · contact via [email protected]
Jan Hummel · GitHub @github4touchdouble · contact via [email protected]