We will use mise to handle our dependencies.
git clone https://github.com/cmnemoi/monster-hotel.git && cd monster-hotel
curl https://mise.run | sh
echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc # or ~/.zshrc if you use it
source ~/.bashrc # or ~/.zshrc if you use it
mise trust
mise install
yarn install
yarn dev
You should now be able to access the game at http://localhost:5173
This project is licensed under the GNU Affero General Public License v3.0 or later - see the LICENSE file for details.