To edit on CodeSandbox, first be sure you're logged in. Then click the blue "Fork" button to make your own instance of the game. See usage guide below.
After forking and cloning the repo to your local machine, run
npm install
# or
yarn install
then, run the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser.
To run Cypress tests, run:
npm run cypress
# or
yarn cypress
To run Jest tests, run:
npm run jest
# or
yarn jest
TODO: instructions
(https://githubbox.com/twilio-labs/paste-prototype-kit)
You can also play the game without deploying it, using CodeSandbox. Open the preview to your right in a new tab using the button on the top right.