Slim to HTML online converter
Warning
By design, Slim template language allows inserting Ruby code inside template. Because of this app is not suitable hosting globally as makes possible running arbitrary code. Using Docker for running app despite being prefferable doesn't protect it from possible breakage. Aside of that running locally for personally use is totally fine.
- Website
- Server
# start (first run will be longer due to build step)
docker compose up
# to stop press Ctrl+C
# alternatively, start in background
docker compose up -d
# stop background run
docker compose down# install dependencies
pnpm install
bundle install
# build
pnpm build
# run
rake