Skip to content

juanmadurand/rpsgame

Repository files navigation

Getting Started

  1. Install Docker or a MongoDB instance locally
  2. If using docker, run docker-compose up -d to run MongoDB in the background
  3. Add an environment file by running cp .env.example .env

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

A Rock Paper Scissors game agains computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published