This repository contains examples of simple apps that utilize the National Cancer Institute Design System (NCIDS). These examples serve as a starting point for building applications with the NCIDS framework.
To get started with the NCIDS example sites, follow the steps below:
- Clone the repository to your local machine:
gh repo clone NCIOCPL/ncids-example-sites- Navigate to the cloned directory:
cd ncids-example-sites-
Explore the individual example directories and choose the one that aligns with your project requirements.
-
Follow the instructions provided in the specific example's README file to set up and run the application.
Please note for all applications consuming the NCIDS, you must:
-
Include an
.npmrcfile specifying organizational scope at the root of each repo:@nciocpl:registry=https://npm.pkg.github.com -
Log in with a valid authentication token using
npm login:npm login --scope=@NCIOCPL --registry=https://npm.pkg.github.com
Each example directory contains its own README file, providing detailed instructions on how to set up and run the respective application.
-
NCIDS Webpack: This example demonstrates the minimal setup required to build and run NCIDS using webpack. It provides a starting point for utilizing the design system in your projects.
-
More to come!
For more information on using NCIDS and customizing the design system, refer to the official National Cancer Institute Design System documentation.