Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cagovweb/design-system

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cagovweb/design-system

This system makes it easy to build digital services that meet the needs of Californians.

  • 1.3.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

California Design System

The Design System test site

This is the Base Team repository for the upcoming California Design System. We can make this readme professional later. For now, here's what devs need to know.

Grab it

There are currently two ways to grab the latest code from this repository. Take your pick.

  • Go to the Releases section of this repository.
  • Fetch the NPM package.

We plan to support CDN-based download options in the future.

Install from NPM

From your JavaScript project folder, run the following.

npm install @cagovweb/design-system

For now, the files will be available in node_modules/@cagovweb/design-system/dist.

We'll make this more convenient as we learn more about how people want to consume this code from the NPM package.

Source

All CSS and JavaScript source can be found in their respective src subfolders.

Pages

The pages folder is a place to test your work.

Development

The repository currently uses 11ty for page previews. To run it...

  1. Clone this repository.
  2. Run npm install.
  3. Run npm run start.
  4. Point your browser to the URL that appears in the terminal, probably localhost:8080.

Build the 11ty site

To build the 11ty site files, run npm run site.

Files will be written to the _site folder.

This is useful for uploading to GitHub Pages.

Build standalone bundle files

To build the CSS/JS bundle files, run npm run bundle.

Files will be written to the dist folder.

This is useful for packaging activities, such as GitHub Releases, NPM, and CDN.

FAQs

Package last updated on 21 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc