https://github.com/skyblock-finance/skyblock-finance-opensource
Opensource parts of Skyblock Finance
https://github.com/skyblock-finance/skyblock-finance-opensource
hypixel hypixel-skyblock minecraft turborepo
Last synced: 5 months ago
JSON representation
Opensource parts of Skyblock Finance
- Host: GitHub
- URL: https://github.com/skyblock-finance/skyblock-finance-opensource
- Owner: skyblock-finance
- License: mit
- Created: 2024-04-17T15:39:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T00:00:38.000Z (9 months ago)
- Last Synced: 2025-09-28T02:17:08.799Z (9 months ago)
- Topics: hypixel, hypixel-skyblock, minecraft, turborepo
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Cla: CLA.md
Awesome Lists containing this project
README
# Skyblock Finance Opensource
This repo contains the opensource parts of
## Packages
| Name | What does this do? | Getting Started |
| --------------------------: | :------------------------------------------- | :--------------------------------- |
| `@skyblock-finance/actions` | Recipes, etc. | [README](/packages/actions#readme) |
| `@skyblock-finance/schemas` | Strong validation for Skyblock API responses | [README](/packages/schemas#readme) |
## Contributing
1. Install [`bun`](https://bun.sh)
2. `bun install`
3. `bun run watch --filter=schemas`
4. Make your changes
5. Submit a pull request and [agree to the CLA](/CLA.md) so we can publish and use your improvements
## Recommendations
It is recommended, but not required, to use Visual Studio Code. However, please be aware that it is the only officially supported IDE.