m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-18 01:43:41 -05:00

refactor: remove node and use only bun (#101)

This commit is contained in:
Raphaël Catarino
2025-04-26 12:13:30 +02:00
committed by GitHub
parent 80a295680d
commit 2ac036d353
13 changed files with 2380 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ First of all, thanks for taking time to contribute to Cup! This guide will help
Requirements:
- A computer running Linux
- Rust (usually installed from https://rustup.rs/)
- Node.js 22+ and Bun 1+
- Bun 1+
1. Fork the repository. This is where you'll be pushing your changes before you create a pull request. Make sure to _create a new branch_ for your changes.
2. Clone your fork with `git clone https://github.com/<YOUR_USERNAME>/cup` (if you use SSH, `git clone git@github.com:<YOUR_USERNAME>/cup`) and open your editor
@@ -48,4 +48,4 @@ After you're done with that, commit your changes and push them to your branch.
Next, open your fork on Github and create a pull request. Make sure to include the changes you made, which issues it addresses (if any) and any other info you think is important.
Happy contributing!
Happy contributing!