mirror of https://github.com/JoeBiellik/paste
Improve README
parent
3f3feab55e
commit
47d147c357
@ -1,2 +1,34 @@
|
|||||||
# paste
|
# paste
|
||||||
Simple Node.js pastebin
|
[](http://opensource.org/licenses/MIT)
|
||||||
|
[](https://github.com/JoeBiellik/paste/releases)
|
||||||
|
[](https://david-dm.org/JoeBiellik/paste)
|
||||||
|
[](https://nodejs.org/download/)
|
||||||
|
|
||||||
|
Simple [Node.js](https://nodejs.org/) pastebin built with [Koa](http://koajs.com/), [MongoDB](https://www.mongodb.org/), [Jade](http://jade-lang.com/), [Bootstrap 4](http://v4-alpha.getbootstrap.com/) and [Prism.js](http://prismjs.com/).
|
||||||
|
|
||||||
|
## Development
|
||||||
|
1. Clone this repo:
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/JoeBiellik/paste.git && cd paste
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Start the virtual machine and connect:
|
||||||
|
```sh
|
||||||
|
vagrant up
|
||||||
|
vagrant ssh
|
||||||
|
```
|
||||||
|
|
||||||
|
4. Install dependencies:
|
||||||
|
```sh
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
5. Start MongoDB:
|
||||||
|
```sh
|
||||||
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
5. Start app and reload on change:
|
||||||
|
```sh
|
||||||
|
npm run watch
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue