No results
14
Setting Up
LunarTides edited this page 2026-01-12 08:59:58 +01:00
Table of Contents
Warning
Outdated. See https://hs.lunartides.dev/guides/installation/ (WIP)
In order to play Hearthstone.js, you will need Bun (>=1.0.23) and optionally Git.
Downloading
Downloading with Git (Recommended)
This is recommended since you can type git pull in order to get the newest changes instantly instead of redownloading every time.
- Open the Command Prompt / Terminal or an alternative.
- Navigate to a folder, for example the Downloads folder.
- Type
git clone https://github.com/LunarTides/Hearthstone.js - Navigate into the created folder using the terminal:
cd Hearthstone.js - Type
git checkout stable(If you want to be on the stable version) - Now whenever a new update gets released, type
git pullto automatically update to the newest version. - Go to Running
Downloading without Git
- Go to the Github page of Hearthstone.js
- Press the green "Code" button then press "Download ZIP".
- Extract the zip file into a folder.
- Go to Running
Running
If you're using Linux, run
bun i,bun .instead.
Make sure you have Bun installed, open setup.bat then open run.bat.