Platform that allows gamers to connect and find people with similar interests.
Built during the @Rocketseat NLW eSports event.
Preview:
Quickstart
Server
To begin, create a new
.env
file on the root directory.To create a local database, run the following commands:
$ npm install $ npm run db:migratethen, start the server by running the following command:
$ npm run dev
Web
To run the local Vite web client:
$ npm install $ npm run dev
Mobile
Now, in order to run the mobile application you'll need to install expo-cli
$ npm install $ expo start