Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.24 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.24 KB

Embloy

The web client for www.embloy.com.

Warning This app is a work in progress. I'm building this in public.

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start the development server:
pnpm dev

Running on Kubernetes

  1. Build docker container:
docker build -t embloy-core-front . && docker tag embloy-front:latest <your-username>/embloy-core-front
  1. Push to container registry:
docker push <your-username>/embloy-core-front
  1. Run image in K8s:
kubectl apply -f AKS_core_front.yml

License

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