Skip to content

yuki-yamamura/bubble-pairs

Repository files navigation

Bubble Pairs

Bubble Pairs offers the new way to make a match for badminton games. This is simple and easy to use.

demo site: https://bubblepairs.com

Adapted design for mobile

Mobile

screenshot for desktop

PC

screenshot for desktop

Get started

If you want to run the app on your machine, there are some of the requirements.

And you have to do the following steps:

  1. Clone this repository.
  2. Install the dependencies.
npm install
  1. Run Docker.
docker-compose up
  1. Copy .env.template and configure environment variables.
copy .env.template .env
  1. Run the development server
npm run dev

That it! Now, you can see the page through the browser (http://localhost:3000).