A repository for the Design System Components Sketch file. To see more of the Design System, view the documentation website.
View all the releases of the of the repository or download the latest version of the sketch file.
We are using Kactus for version control of our Sketch Files. To contribute, download Kactus and view the starting guide.
- Open Kactus
- Click File > Clone Repository
- Click on the
URL
tab - Paste the following URL: https://github.com/govau/design-system-sketch-file.git
- Click
Clone
In your Kactus window, click Regenerate Sketch file from JSON
to generate a sketch file.
Then click Open file
.
Now make any changes to the Sketch file and push the changes up. For more information on using Kactus, please view their starting docs.
Clone the repository and then run the following commands:
$ npm i
$ npm run kactus-build
This will generate a sketch file in the root directory. Make all changes to this file, and then push up any changes.
The following is neccessary only for pushing out changes to production.
Once the change is made in your branch, run the following commands to create a zip file in the public folder, which contains the latest version of the Design System Sketch file.
$ npm i
$ npm run build