8000 GitHub - PaimaStudios/pvp-arena
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PaimaStudios/pvp-arena

Repository files navigation

PVP Arena

Pre-requisites

Enable yarn package manager

  • Enable corepack: corepack enable
  • Install a supported yarn version corepack install --global yarn@4.1.0
  • Enable yarn as a package manager corepack use yarn@4.1.0

Enable turbo

  • Check if turbo is installed turbo --version
  • If not installed, install it globally: npm install turbo --global

Download compact (v0.21.0)

How to build

In this order, run

From examples/pvp/contract:

yarn install
yarn run compact
yarn run build

From examples/pvp/api:

yarn install
npm run build

From examples/pvp/phaser:

yarn install
npm run build-batcher
npm run preview

You must also have the node/batcher set up in accordance with the readme here.

Then open http://localhost:4173/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0