NathanKleekamp / Pull-Request-Notifications

Get notified when you're requested to review a pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pull-request-notifications

Get notified when you're requested to review a pull request

You need to create a constants.js file in /dist/server/ and add a Github Personal Access Token:

module.exports = {
  GITHUB_TOKEN: ''
};

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:5000
npm run dev
npm run start # api proxy

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# start server in production
npm start

# run with a chrome-less version of Firefox on localhost (in production mode)
/Applications/Firefox.app/Contents/MacOS/firefox -chrome http://localhost:8080

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

About

Get notified when you're requested to review a pull request


Languages

Language:JavaScript 68.8%Language:Vue 29.1%Language:HTML 2.1%