Skip to content

LarvenStein/multiplayer-hangman-frontend

Repository files navigation

Multiplayer hangman frontend

This is a frontend for my multiplayer-hangman-api project, made with svelte and routify.

License: MPL 2.0 GitHub last commit

🔧 Running / Building

If you want to set up this frontend yourself follow these steps:

Requierments:

  • nodeJs with NPM
  1. Clone this repo
    git clone https://github.com/LarvenStein/https://github.com/LarvenStein/multiplayer-hangman-frontend.git
    cd multiplayer-hangman-frontend/
  2. Install dependencies
    npm install
  3. Edit src/config.ts according to your needs.
  4. Now you can run or build the project
    • To run it, simply execute
      npm run dev
    • To build it, execute
      npm run build
      • The generated HTML files should be in the /dist folder

For instructions on how to set up the api server, go to the multiplayer-hangman-api repository.