LB Phone - Hangman Game
Inspired from Dilara Uluturhan hangman website game go check it out.
Beta versions can break and/or include breaking changes
Download
- Download from release tab and insert into your server.
- If cloning the repository or downloading the repository zip you will need to build the UI yourself.
Installing modules
- Install node.js
- CD to the
ui
folder and run npm i
, wait for it to complete.
Developing the app
- Run
npm dev
- Go to
http://localhost:3000
in your browser to see the app in your browser.
- Comment out line 25 and uncomment line 24 in client.lua.
- Refresh and ensure the resource
Building the app
- Run
npm run build
to build the app. The build will be in the dist
folder.
- Comment out line 24 and uncomment line 25 in client.lua.
- Refresh and ensure the resource