# workshop **Repository Path**: mirrors_mozilla/workshop ## Basic Information - **Project Name**: workshop - **Description**: Workshop was a JSON server which reformatted hardware data from an obsolete format. It has been replaced by the BabbageFormatter in ensemble-transposer. - **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-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Workshop, previously called fhwr-unflattener, serves the Firefox Hardware Report dataset in the format that [ensemble-transposer](https://github.com/mozilla/ensemble-transposer) expects. ## Development ### Install `npm install` ### Run #### Locally `npm run dev` #### In production `npm start` ### Test Run `npm test` ### Notes #### Versioning To adhere to [Dockerflow](https://github.com/mozilla-services/Dockerflow), we maintain a version number for this project. We try to update it when we deploy new code. The version number is specified in package.json. The number looks like a semantic version number, but [semver isn't suitable for applications](https://softwareengineering.stackexchange.com/a/255201). We instead follow this basic guideline: the first number is incremented for major changes, the second number is incremented for medium changes, and the third number is incremented for small changes.