Skip to content

Commit

Permalink
chore: more rename
Browse files Browse the repository at this point in the history
  • Loading branch information
thekidnamedkd committed Oct 22, 2024
1 parent 334111c commit d52b51a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,29 @@

<br/>

# Aragon Governance UI Kit
# Aragon Governance UI Kit 🎨

The Aragon Governance UI Kit (GovKit) is an open source and human-centric design system specifically designed for the
Aragon App. It provides a unified and easy-to-use framework for creating visually consistent and engaging interfaces,
prioritizing user experience throughout the Aragon ecosystem.

**NOTE**: The Aragon Governance UI Kit library is currently in pre-alpha stage; breaking changes are likely to occur.

## Usage
## Usage 📀

Visit the [Installation documentation page](https://aragon.github.io/gov-ui-kit/?path=/docs/docs-installation) to
correctly install, setup and use the library.

## Contributing
## Contributing 🏗️

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
## Need Help? 🆘

[GPL-V3](./LICENSE)
Stuck on something? Our community is here to help! Join our [Discord channel](https://discord.com/invite/eqQJkdp) for support, advice, or just to share your awesome plugin creations with fellow Aragon enthusiasts.

## License 📜

The Aragon Governance UI Kit is released under the AGPL v3 License.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/aragon/ods.git"
"url": "git+https://github.com/aragon/gov-ui-kit.git"
},
"keywords": [
"aragon",
Expand Down Expand Up @@ -148,9 +148,9 @@
"wagmi": "^2.12.17"
},
"bugs": {
"url": "https://github.com/aragon/ods/issues"
"url": "https://github.com/aragon/gov-ui-kit/issues"
},
"homepage": "https://github.com/aragon/ods#readme",
"homepage": "https://github.com/aragon/gov-ui-kit#readme",
"engines": {
"node": ">=20.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ __metadata:
languageName: node
linkType: hard

"@aragon/ods@workspace:.":
"@aragon/gov-ui-kit@workspace:.":
version: 0.0.0-use.local
resolution: "@aragon/ods@workspace:."
resolution: "@aragon/gov-ui-kit@workspace:."
dependencies:
"@babel/core": "npm:^7.25.8"
"@babel/preset-env": "npm:^7.25.8"
Expand Down

0 comments on commit d52b51a

Please sign in to comment.