Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 324 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 324 Bytes

Re-poker Web client

Setup

Before start, make sure you have the following installed: yarn

  • Enter the client folder
cd client
  • Set/Install correct NodeJS version >= v12 If you use nvm:
nvm install && nvm use
  • Install system dependencies
yarn install

Run locally

yarn start