# syncfest-campaign **Repository Path**: mirrors_mozilla/syncfest-campaign ## Basic Information - **Project Name**: syncfest-campaign - **Description**: Firefox Syncfest Campaign reporting form - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mozilla Syncfest Campaign Campaign Bug Reporting page for the upcoming Syncfest Campaign led by the Open Innovation Team. ## Setting up the server ### Requirements * Create a repository to hold the submitted issues * Create a personal access token for your GitHub user ### Starting Then you can start the server with the following command. Make sure to replace the placeholders with your data. ``` $ git clone $ cd syncfest-campaign $ npm install $ GITHUB_TOKEN= OWNER= REPO= SESSION_SECRET=someSECRET npm start ``` Now you can access the website for it at ```localhost:4000```. **Note:** When running locally, screenshots won't be appended to the resulting GitHub Issue