Web Workers is a community of designers, developers, UXers and all around tech- and web-savvy individuals that meet in person and online to discuss all the goings on of the wide, wide world of the Web.
The memphiswebworkers.com site is generated from the code in this public repository. Enhancements to the site are welcome!
You're going to need a tiny bit of Node and git
skills: get local copy of npm
, clone this site locally, make some prospective changes, review them, and then submit a PR.
There is likely to be some low-hanging fruit available on the repo issues page.
- Ruby 2 or 3 (the one that comes with OS X is OK)
- Jekyll
git
node
withnpm
grunt-cli
installed globally (npm install -g grunt-cli
)
- clone this repo
npm install
grunt style
grunt
- Open
http://127.0.0.1:4000