donuts-pad
v1.0.3
Published
A implementation like dontpad to you run locally :) ## Running
Downloads
6
Readme
Donuts Pad
A implementation like dontpad to you run locally :)
Running
With npx
npx donuts-padWith npm globally
Install Donuts globally
npm install -g donuts-padAnd run:
donutsOutput:
🍩🍩🍩 Donuts works in port 3131 :) 🍩🍩🍩With Docker
Run docker command:
docker run --name donuts -p 3132:3131 -d valcinei/donuts:release-1.0.0 Run with docker-compose:
docker-compose.yml:
version: "3.5"
services:
donuts:
container_name: donuts
restart: always
image: valcinei/donuts:release-1.0.0
ports:
- 3132:3131docker-compose up -dContribute with this project:
https://github.com/valcinei/donuts-pad
Clone:
git clone https://github.com/valcinei/donuts-pad.gitInstall dependencies:
npm installRun:
npm run devor
npm start