Skip to content

AspenJames/ajdev-compute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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