A simple real-time Punycode encoder/decoder built with Node.js and Express,featuring real-time encoding/decoding between Unicode and Punycode. The app uses Pico CSS for a modern design.
- Clone the repository:
git clone https://github.com/magicalmonke/punycode-encoder.git cd punycode-encoder- Install dependencies:
npm installTo start the application:
node index.jsThe app will run at http://localhost:3000 by default.
- Build the Docker image:
docker build -t punycode-encoder .- Run the container:
docker run -d -p 3000:3000 punycode-encoder