This repository populates all volunteers webextensions mentors on map.
- fork this repo
- Modify
data/mentors.js
and add your details - send PR with a comment on how you met with our guidelines.
- You must have built and published atleast one extension using atleast one WebExtension API.
- Should have written atleast one technical blogpost/tutorial on Extensions
- (added advantage) Mentored/Attended in atleast one Firefox Add-ons event.
- type
yarn
to install all dependencies - type
yarn go
to start a local server
Here are some commands you can run:
Command | Description |
---|---|
npm run go | Start the dev server |
npm run build | build for Deployment |
Command | Description |
---|---|
yarn go | Start the dev server |
yarn build | build for Deployment |
Please build before pushing changes so as to reflect changes on gh-pages.