Skip to content

WebRuin/RPS

Repository files navigation

Rock Paper Scissors Lizard Spock

Rock Paper Scissors Lizard Spock

The unofficial Rock Paper Scissors Lizard Spock game from The Big Bang Theory TV show

Developing

After cloning this repo, the first thing you will want to do, is to install the dependencies.

cd RPS/
pnpm install

I personally prefer pnpm for package management, but npm, and yarn will work just fine 😁 .

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

If you use npm, you can use the npm run dev command to start the server and open the app in a new browser tab. If you use yarn, you can use the yarn run dev command to start the server and open the app in a new browser tab.

Building

To create a production version of your app:

pnpm run build

You can preview the production build with npm run preview.

Deployment

We use Cloudflare

Contact Tim Smith to configure Cloudflare settings for now.

About

A fun Rock, Paper Scissors game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published