Let's watch which Pull Requests you missed.
You need to configure a Github Token with Notifications
and Public Repositories
rights.
# install dependencies
$ npm install
# Save .env from .env.dist
$ cp .env.dist .env
# Edit GITHUB_TOKEN and GITHUB_QUERY if needed
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm start
For detailed explanation on how things work, checkout the Nuxt.js docs.