This is a devcontainer for developing applications for Flibbert with Zig. Any time code changes in /src folder, project will be built and pushed to the device.
- Follow instructions to setup docker and devcontainer;
- Clone the flibbert devcontainer repo:
git clone https://github.com/karaxuna/flibbert-devcontainer-zig.git- Create
.envfile with following env vars:
FLIBBERT_DEVICE_ID=<your_device_id>
FLIBBERT_TOKEN=<your_flibbert_token>
- Press Shift + ⌘ + P (macOS) or Ctrl + Shift + P (Win/Linux) and choose
Dev Containers: Open Folder in Container.