This is the design system for the JOD project. It is a collection of reusable components and styles that can be used to build a consistent and accessible user interface.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- First, ensure that you have NVM installed on your machine.
- Clone this repository to your local machine.
- Open a terminal window and navigate to the root directory of the project.
- Run the following command to install Node.js & NPM and the dependencies:
nvm install
nvm use
npm install
Third-party assets such as images, fonts, and icons are stored in S3 bucket. Guide to download assets is available in the infrastructure repository.
Run the following commands:
npm link
npm run dev
Open a new terminal window and navigate to the root directory of the project you want to link the design system to. Run the following command to link the design system to the project:
npm link @jod/design-system
npm run dev