donuts-pad
v1.0.3
Published
A implementation like dontpad to you run locally :) ## Running
Downloads
8
Readme
Donuts Pad
A implementation like dontpad to you run locally :)
Running
With npx
npx donuts-pad
With npm globally
Install Donuts globally
npm install -g donuts-pad
And run:
donuts
Output:
🍩🍩🍩 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:3131
docker-compose up -d
Contribute with this project:
https://github.com/valcinei/donuts-pad
Clone:
git clone https://github.com/valcinei/donuts-pad.git
Install dependencies:
npm install
Run:
npm run dev
or
npm start