1.0.3 • Published 4 years ago

donuts-pad v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago