After cloning this repo, the first thing you will want to do, is to install the dependencies.
cd RPS/
pnpm installI 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 -- --openIf 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.
To create a production version of your app:
pnpm run buildYou can preview the production build with npm run preview.
Contact Tim Smith to configure Cloudflare settings for now.