surfaceAPL is a level editor for @griffpatch's Appel
To setup your development enviornment, open up your terminal, and do
gh repo clone jessiejs/surfaceAPL
cd surfaceAPL
pnpm install
pnpm dev
If you have access to the Deno Deploy surfaceAPL project, run one of the following:
./updateMajor.ps1 # for major updates
./updateMinor.ps1 # for feature additions
./updatePatch.ps1 # for bugfixes and other stuff
Otherwise just do
pnpm build
At the moment, surfaceAPL is closed source software, you shouldn't really be able to access this without jessie's permission. 😉