Skip to content

damnpedrini/nlw-esports-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Level Week Esports Logo


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



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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published