MatzE-sch / carcassonne

fork of Carcassonne site

Home Page:https://carcassonne.quibbble.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carcassonne

Netlify Status

Carcassonne game website. Play at carcassonne.quibbble.com.

This repo contains ReactJS frontend code and makes use of custom React components found at boardgame. Game logic can be found at go-carcassonne. Server logic can be found at go-quibbble.

Quibbble Carcassonne

Run Locally

  • Generate a personal GITHUB_ACCESS_TOKEN with package read permissions. Read more about it here.
  • Create a .npmrc file in the carcassonne root directory with the following:
//npm.pkg.github.com/:_authToken=<GITHUB_ACCESS_TOKEN>
@quibbble:boardgame=https://npm.pkg.github.com
  • Run npm i.
  • Run the quibbble server (go-quibbble) locally on port 8080.
  • Create a .env.local file in the carcassonne root directory with the following:
VITE_HOST="http://127.0.0.1:8080"
VITE_WEBSOCKET="ws://127.0.0.1:8080"
  • Run npm run dev.

About

fork of Carcassonne site

https://carcassonne.quibbble.com

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 1.0%Language:CSS 0.6%