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.
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.
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
To run the local Vite web client:
$ npm install
$ npm run dev