leggetter / devrelometer

DevRelOMeter: Are you practicing Developer Evangelism or Advocacy?
https://leggetter.github.io/devrelometer/
MIT License
45 stars 7 forks source link

DevRelOMeter

A Developer Relations Meter (DevRelOMeter) to determine if you are practicing - or considering practicing - Developer Evangelism or Advocacy.

DevRelOMeter

Blog post

I wrote a blog post on Defining Developer Relations which was the inspiration for the DevRelOMeter.

Demo

https://leggetter.github.io/devrelometer/

Prerequisites

Install Dependencies

npm install -g jspm
npm install -g gulp-cli
npm install

Run the demo

Runs a web server and launches the browser.

gulp

Build

Builds to dist.

gulp build-dist

Deploy to gh-pages

Pushes contents of dist to gh-pages of the origin remote gh-pages branch.

gulp deploy

License

MIT