fam-style
v1.0.0
Published
Open Source CSS Framework of the Forest Service FAM Design System
Downloads
47
Readme
fam-style
Design System codebase files
This digital resouce is made available across the Department and to other Federal agencies. It supports the requirements of OMB Memorandum M-16-21, “Federal Source Code Policy: Achieving Efficiency, Transparency, and Innovation through Reusable and Open Source Software". This policy requires agencies to develop plans to release at least 20 percent of new custom-developed source code as Open Source Software (OSS) when commissioning new custom software.
Project Getting Started
Clone repo into a local directory with
git clone https://code.fs.usda.gov/forest-service/FAM-IM-EIS3--UIX.git fam-style
Type
cd fam-style
Type
npm install
Type
npm run build
Type
npm run dev
A local server will be spun up and accessible at
http://localhost:3000/
Application Integration - Getting Started
In your application root directory type
npm install fam-style
to add to your project dependencies.Based on your applications tech stack, you will need to import the main SASS (.scss) file, fonts, and images from the
fam-style
package fromnode_modules
.The
EXAMPLE-vite.config.js
file in this project shows an implementation for Vite.js and React.