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 installthen, run the development server
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser.
To run Cypress tests, run:
npm run cypress
# or
yarn cypressTo run Jest tests, run:
npm run jest
# or
yarn jestTODO: 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.