Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 591 Bytes

File metadata and controls

41 lines (31 loc) · 591 Bytes

How to develop

You need the Cartesi CLI or nonodo. Then run the frontend.

Please use pnpm.

With Cartesi CLI

git clone git@github.com:Calindra/cartesify-rock-paper-scissors.git
cd cartesify-rock-paper-scissors/backend
cartesi build
cartesi run

With nonodo

Run nonodo

nonodo

Clone and run the express example:

git clone git@github.com:Calindra/cartesify-rock-paper-scissors.git
cd cartesify-rock-paper-scissors/backend
yarn
cd expressjs
node app.js

Run deroll

yarn start

Frontend

yarn test fetch --watchAll