2016/17 personal site @ https://www.jasonnathan.me
It's live! Just need to complete the testing
- Apollo server
- Apollo client
- React
- Accounts UI, Basic & password
- ES6 syntax
- check
package.json
for specific versions
# 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"
meteor npm install
meteor