Skip to content

RobBrazier/entitydecode.com

Repository files navigation

EntityDecode

A fully client-side tool to encode and decode HTML Entities from text (e.g. »») and decode URL components (e.g. %23#)

GitHub Actions Workflow Status Codacy grade GitHub License Built with Astro

Running Locally

Packages are installed with pnpm

pnpm install

To run the app, use

pnpm run dev

Maintenance

I may do the occasional rewrite of this app as a test for other technologies, but remain the same functionality.

It's essentially feature complete for what I have intended to write, so just 'maintenance mode' - responding to dependabot constantly pinging me about dependencies needing to be updated.

Deployment

This project is deployed on fly.io via a Docker Container (Dockerfile in the root of the repo)

This can also be deployed anywhere as a static site (e.g. Vercel, Netlify) by using the standard Astro preset.

DISCLAIMER No support is provided for other deployments - this is intended as a small tool that I have deployed for my use.