Content delivery and proxy service for static assets and third-party API routing.
- src/js/utils.js → Plausible Analytics that was renamed to avoid ad blockers.
-
Open a terminal and run:
direnv allow docker compose up
-
Browse to
http://localhost:8080(for browser-based sessions: command palette:>open port in browser).
For basic local development using docker compose:
- install docker or orbstack
- set
APP_NAMEenvironment variable:export APP_NAME=myAwesomeApp - run
docker compose upand browse tohttp://localhost:8080
The easiest way to load a working environment is to install Nix, and then hook direnv into your shell. The Codespaces environment is ready to go; if you're using your own environment, here's one way to do it:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --determinate
nix-shell -p direnv kubectl kubernetes-helm k3d skaffoldRun make cluster (and optionally, make dashboard for the Kubernetes-dashboard app), followed by skaffold dev.
make help shows other helpful commands for this environment.
To remove all cluster resources, run make delete.
This Source Code Form is subject to the terms of the Mozilla Public License, v2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
Developed in 🇨🇦 Canada by the Learning and Teaching Centre at BCIT.