Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 867 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 867 Bytes

Sam Design System Site

This project was generated with Angular CLI version 1.4.10.

Setup local development

Follow these steps to checkout sam-ui-elements in a separate location on your local environment

git clone https://github.helix.gsa.gov/GSA-IAE-APPS/sam-ui-elements
cd sam-ui-elements
npm link --only=production

To link and setup your cloned environment

git clone https://github.helix.gsa.gov/GSA-IAE-APPS/web-standards-site
cd web-standards-site
npm install
npm link @gsa-sam/sam-ui-elements
npm run start

Development server

Run npm run start for a dev server. Navigate to http://localhost:4201/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.