Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary Version #50

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Binary Version #50

wants to merge 3 commits into from

Conversation

felixroos
Copy link
Owner

This is an experimental "Desktop" version, which serves the built site as a binary (<10MB).
It's without UI, so you still have to open it in your browser, but it's self-contained, so it works offline and all code is baked into the binary.

pnpm build # build site to website/dist
# make sure you have go installed
pnpm build-bin # builds all binaries
./bin/kabelsalat-darwin-arm64 # run site
# go to http://localhost:8080

Currently it builds Linux and MacOS binaries, but adding others should be trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant