Pasting is a minimalist publishing tool that allows you to create richly formatted posts and push them to the Web in just a click. In simple words it's a website like Telegraph but it can be used as a pastebin too.
It can be deployed on deta or you need node v16.13.0 or later and also need deta's project key if not deploying on deta.
- Set
HOST
andPORT
in environment variables or in arguments. Default it will listen on127.0.0.1:8000
. - Set
DETA_PROJECT_KEY
in environment varibales.
- Install dependencies using
npm
npm install
- Run it using
node
node index.js
Copyright (©) 2022 by Adnan Ahmad. Licensed under the terms of the MIT