Skip to content

nkrantz/paste-jeopardy

Repository files navigation

Paste Jeopardy

Quick start

Edit on CodeSandbox

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.

Manual installation

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

Usage guide

TODO: instructions

Share your prototype

(https://githubbox.com/twilio-labs/paste-prototype-kit) Deploy with Vercel Deploy with Netlify

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.

Releases

No releases published

Packages

No packages published