i was told that an issue i was facing was fixed in their latest merge and should try that however i have no idea how to do this - am using windows so any help would be great thank you
hey,
you can just switch to the main branch (if you are on stable) and then pull the latest changes, with the following commands:
git checkout main
git pull
pnpm install
pnpm run dev
for somebody that is new to github etc could you give all commands from A-Z please so i have all instructions even if i already know some of them etc because all i currently do is git clone the github
I would recommend my youtube tutorials on bolt.diy:
In this specific video I show how to check out main and pull as well:
(at minute (8:15, but maybe makes sense to watch the full video, if you want more background)
Let me know if you still need help.
ty will watch now and if any issues ill reply here
so if i create a brand new folder which command to get the files ? as i am starting from fresh again and your video (which is awesome) covered only from the files you had already downloaded/cloned etc
In the second video yes, but I also got a full step by step video with task list for a fresh install: