зеркало из https://github.com/mozilla/workshop.git
41747dd26e
It has been brought to my attention that we actually need to downgrade event-stream even further, to version 3.3.4. Again, this works around the following vulnerability: https://github.com/dominictarr/event-stream/issues/116 |
||
---|---|---|
scripts | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
population-modifications.json | ||
renovate.json | ||
server.js | ||
unflatten.js |
README.md
Workshop, previously called fhwr-unflattener, serves the Firefox Hardware Report dataset in the format that 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, 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. 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.