/big-two

Primary LanguageTypeScript

Peer-to-peer multiplayer Big 2 card game

Developing

Pull the repo, and use Node.js >= 12. If you don't have Node.js, see instructions below

yarn install --pure-lockfile
yarn next dev # spawn dev server

Visit localhost:3000 in your browser.

Installing Node.js

  1. Install nvm.
  2. nvm install 12