Skip to content

danprueitt/scrambler

Repository files navigation

Another Scrambler

A simple tool to scramble sentences.

Getting started

To run the application, you need to have Node.js installed.

Installation

Clone the repository and install the dependencies:

git clone
cd scrambler
npm install

Usage

To run the application, use the following command:

npm run start

Docker

To build the application in a Docker container, use the following command:

docker buildx build --load -t scrambler .

To run the build application in a Docker container, use the following command:

docker run -p 3000:3000 scrambler

License

This project is licensed under the MIT License - see the LICENSE file for details.