Clone FMHY and run it as offline copy
- install https://git-scm.com/ (if u havent already) and https://nodejs.org/en v20.x one
- Now clone the fmhy/edit repo. Here
git clone https://github.com/fmhy/edit.git - Go to poweshelll and
npm i -g pnpm(open powershell in fmhy/edit folder that you just cloned using git) - Then
pnpm i - After that
pnpm run docs:devit should give u a localhost url likehttp://localhost:5173/ - Open it your preferd browser and enjoy your own copy of FMHY.
Update local copy of repo
- run
git pullinside the fmhy/edit cloned repo folder.
Thanks to the orignal poster of this Guide i myself just list it here.