Skip to content

Repository files navigation

slim2html

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.

Technologies used

  • Website
  • Server
    • Roda - web framework
    • Slim - template language

Run with Docker

# 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

Open http://localhost:3001

Run locally

# install dependencies
pnpm install
bundle install
# build
pnpm build
# run
rake

Open http://localhost:3001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages