Skip to content

ArroyoDev-LLC/components

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Components

Central repository for reusuable generic components!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License

About The Project

Central repository for reusuable components.

Built With

Getting Started

Follow these steps to run the project locally:

Prerequisites

RTX

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.

Installation

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.

  1. Clone the repo
    gh repo clone ArroyoDev-LLC/components
  2. cd into repo
    cd components
  3. Install packages
    pnpm install

Usage

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

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

See LICENSE for more information.