mirror of https://github.com/JoeBiellik/paste
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
paste
Simple Node.js pastebin built with Koa, MongoDB, Jade, Bootstrap 4 and Prism.js.
Development
- Clone this repo:
git clone https://github.com/JoeBiellik/paste.git && cd paste
- Start the virtual machine and connect:
vagrant up
vagrant ssh
- Install dependencies:
npm install
- Start MongoDB:
docker-compose up -d
- Start app and reload on change:
npm run watch