Hivetrader is a tool designed to facilitate the analysis of trades in Hive's internal market.
- TypeScript: The main language used for development.
- JavaScript: Used to complement functionalities in a minor way.
- Vite: A fast build tool for modern applications.
- Tailwind CSS: A CSS framework for responsive and modern design.
To install Hivetrader, follow these steps:
- Clone the repository:
git clone https://github.com/manu38ale/hivetrader.git
- Navigate to the project directory:
cd hivetrader - Install the dependencies:
npm install
To start the application, run the following command:
npm run devThis will start a development server, and you can access the application at http://localhost:3000.
Contributions are welcome! If you would like to contribute, please follow these steps:
- Fork the project.
- Create your feature branch (
git checkout -b feature/new-feature). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Open a Pull Request.
This project is licensed under the MIT License.
For more information, you can contact [[email protected]].
Thank you for your interest in Hivetrader!