nate-strauser / wework

We Work Meteor, a job board and developer directory for Meteor specific work
https://www.weworkmeteor.com
MIT License
288 stars 145 forks source link

how do you make yourself admin? #77

Closed tizol closed 9 years ago

nate-strauser commented 9 years ago

see https://github.com/yogiben/meteor-admin/blob/master/README.md#2-config - with default wework config, first user to access /admin becomes and admin

you can also supply other config options here https://github.com/nate-strauser/wework/blob/master/both/admin.js

tizol commented 9 years ago

Thanks!