![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@patreon/studio
Advanced tools
Studio Design System is Patreon’s web design system and is built with React and Styled Components and written in Typescript.
The docs for Studio Design System live at https://studio.patreon.com
npm i -P @patreon/studio
View available Studio components and how to use them in the docs.
Run npm run dev
and open localhost:6006
in your browser. This will start Storybook and watch for changes.
Run npm run test
or npm run test:watch
If you make changes to a component and the snapshot test fails, you can update the snapshot by running npm run test:ci -- -u
or npm run test:ci -- [file] -u
for a specific snapshot file.
Happo is our tool for visual regression testing. It's integrated as part of our CircleCI tests, but can also be run locally, with a little bit of setup:
.env
file in the studio
directory (it will be ignored by git)npm install
to make sure dependencies are installed (dotenv
in particular).npm run happo dev
, which will watch files for changes and with the --only
flag can be limited to specific components. See the docs for more info.If you don't already have a PRF container in rdev, create one:
rdev new patreon_react_features --name prf
Open an SSH session to your container:rdev ssh prf
Inside your container, install Studio in the home directory
cd /home/dev
git clone git@github.com:Patreon/studio.git
Run the same instructions as above:
cd studio
npm install
npm run prf:link
Run npm run prf:unlink
to revert to the published version of Studio.
FAQs
Patreon Studio Design System
We found that @patreon/studio demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.