
Go template playground with wasm.
Download binary/static from releases or try docker image:
docker run -p 8080:8080 ghcr.io/rytsh/repeatit:latest
Features
- switch html and text
- sprig, helm functions
- html view
- share template, input and settings
- full html output
Development
Frontend developed with sveltekit in prerender mode.
Build wasm file
make build
Run frontend
make build-front-install run
Make local test first and to try other things use ngrok like tools before tag new version.
Add new tag with starts v[0-9] to publish new version of website.