nlw-esports

Simple Esports project based on Rocketseat's Next Level Week.

Stars
32
Committers
1

The evolved version of the Esports project on the Next Level Week by Rocketseat.

The web client is deployed on Vercel here:

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

The server is deployed on Fly here:

https://nlw-esports.fly.dev/games

WORK IN PROGRESS: Internationalization (i18n), new screens, form validations, unit tests w/ Jest, e2e tests w/ Cypress, pipeline deploy w/ Github Actions.

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.

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