Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 840 Bytes

File metadata and controls

32 lines (23 loc) · 840 Bytes

aspenjames.dev @ edge

Personal, gohtml-based website, deployed to Fastly's Compute platform.

Licensed under the MIT license

Depedencies

Building

The script at scripts/build.sh will build the Go WASM particle animation binary & site CSS, then build these into the Fastly Compute WASM binary. The fastly CLI is configured to execute this build script when running e.g. fastly compute serve. Built artifacts can be cleaned up with scripts/clean.sh.

Running locally

fastly compute serve & have a blast!

Deploying

TBD