Skip to content

jasonnathan/www.jasonnathan.me

Repository files navigation

Node.js CI CircleCI Codacy grade

2016/17 personal site @ https://www.jasonnathan.me

It's live! Just need to complete the testing

Includes:

  • Apollo server
  • Apollo client
  • React
  • Accounts UI, Basic & password
  • ES6 syntax
  • check package.json for specific versions

ENV variables

# in a bash script somewhere....
export CLIENT_ID="YOUR-WP.COM-APP-ID"
export CLIENT_SECRET="YOUR-WP.COM-APP-SECRET"
export WP_USERNAME="YOUR-WP.COM-USERNAME"
export WP_PASSWD="YOUR-WP.COM-PASSWORD"
export WP_URL="YOUR-WP.COM-URL"

Running it

meteor npm install
meteor