Central repository for reusuable generic components!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Central repository for reusuable components.
Follow these steps to run the project locally:
Note: You can also use asdf
if you already have it installed and working
Install rtx (asdf clone in rust).
Follow instructions on hooking rtx into your shell here
After installing rtx
, add all the plugins found in the .tool-versions file.
# Add all the plugins.
cat .tool-versions | awk '{print $1}' | xargs -I _ rtx plugin add _
# Install all according to .tool-versions.
rtx install
You should now have all the tools required (defined in .tool-versions) to run this project.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
gh repo clone ArroyoDev-LLC/components
cd components
pnpm install
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)See LICENSE
for more information.