Developers
Install the libraries
To start using NYSDS in your project, you need to install the core libraries:
Reference the files in your application
Once the packages are installed, you need to reference the required files in your HTML or app's entry point:
Copying Assets (Alternative Step)
If you prefer to store the assets within your project directory instead of referencing them from node_modules, run this command:
This ensures that the required styles and scripts are available locally, but note that you will need to manually update them when new versions are released.