The web client is deployed on Vercel here:

https://nlw-esports-ignite.vercel.app/





Description

The project is called Find your Duo. It is a platform to find the perfect partner to play your favorite game together, by connecting your Twitch.tv account.

Next Level Week Esports Logo

Stack and tools

Quickstart

Server

First, create a new .env file on the root directory, using the .env.example template as base.

Then, to create the local db run:

$ npm install
$ npm run db:migrate

After that, to start the server, run:

$ npm run dev

Web

To run the local Vite web client:

$ npm install
$ npm run dev