All rights reserved. See the license for details.
Arch
yay -S wallflower-landEndeavour
yay -S wallflower-landManjaro
yay -S wallflower-landYou can build wallflower.land from source:
git clone https://github.com/wallflower-land/wallflower-land.github.io.git
cd wallflower-land.github.io
make build-from-sourceThe makefile will auto-detect your JavaScript package manager and tooling. You must have at least one of the following:
bunpnpmnpmyarndeno
The following other prerequisites are optional depending on your needs:
Building Windows EXEs from Linux
Building a Windows executable (.exe) from Linux requires these native packages:
nsislldllvm
The following commands are supplied:
make build-site- Build the website for productionmake dev-site- Start the website development servermake dev-native-app- Start the app in development modemake clean- Remove all cached files