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.example
to.env.local
and 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.yml
Licensed under the MIT license.
© Carlo Bortolan, Jan Hummel
Carlo Bortolan · GitHub @carlobortolan · contact via bortolanoffice@embloy.com
Jan Hummel · GitHub @github4touchdouble · contact via hummeloffice@embloy.com