This is command line app written in Node.JS
- Docker
- Run the command
docker run -it julceswhat/spreetail:1.0.3
to start the app
- Node v22
- Clone repo
- Go to the main folder
- Run the command
npm i
to install dependencies - Run the command
npm start
to start the app - Run the command
npm run test
to run tests