Skip to content

Latest commit

 

History

History
92 lines (55 loc) · 3.3 KB

README.md

File metadata and controls

92 lines (55 loc) · 3.3 KB

gov.au UI-Kit

The UI-Kit for the Australian Government.

Content


Modules

⬆ back to top


Build

To build the UI-Kit you have to install lerna globally and run.

yarn
lerna init
lerna bootstrap

To add a new module run the scaffolding helper:

npm run scaffolding

After the you filled out all the blanks and added your dependencies into your package.json make sure you run lerna bootstrap again.

⬆ back to top


Tests

Visual tests have been build into each module and can be seen in either the README.md files of each module or in the listing above.

⬆ back to top


License

Copyright (c) Commonwealth of Australia. Licensed under MIT.

⬆ back to top

};