[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui. luke-ui.netlify.app/
0

Configure Feed

Select the types of activity you want to include in your feed.

73 17 5

Clone this repository

https://tangled.org/lukebennett.dev/luke-ui https://tangled.org/did:plc:cpo7ccpci2rz6wln7l26ihzr
git@tangled.org:lukebennett.dev/luke-ui git@tangled.org:did:plc:cpo7ccpci2rz6wln7l26ihzr

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Design System Template#

Versioning and Publishing packages#

Package publishing has been configured using Changesets. Please review their documentation to familiarize yourself with the workflow.

This example comes with automated npm releases setup in a GitHub Action. To get this working, you will need to create an NPM_TOKEN and GITHUB_TOKEN in your repository settings. You should also install the Changesets bot on your GitHub repository as well.

For more information about this automation, refer to the official changesets documentation

npm#

If you want to publish package to the public npm registry and make them publicly available, this is already setup.

To publish packages to a private npm organization scope, remove the following from each of the package.json's

- "publishConfig": {
-  "access": "public"
- },

GitHub Package Registry#

See Working with the npm registry