# activities **Repository Path**: mirrors_mozilla/activities ## Basic Information - **Project Name**: activities - **Description**: DEPRECATED - work on open web activities and related stuff - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Activities addon PreRequisite =============== * Firefox * Python * Git * make Getting setup ===================== To pull and run activities addon: git clone https://github.com/mozilla/activities cd activities make pull make run You can build an xpi: make xpi You can run the tests: make test If you want to run (using make run) in a specific profile: FX_PROFILE=/path/to/firefox/profile make run Tests cannot be run in a specific profile. Prepare your firefox profile ----------------------------- You probably want a test firefox profile so open up the [Profile Manager](http://kb.mozillazine.org/Profile_manager). In the Mac: /Applications/Firefox.app/Contents/MacOS/firefox -ProfileManager On Windows: firefox.exe -P In the profile manager, create a profile with the name `test`, then exit the profile manager.