Platform that allows gamers to connect and find people with similar interests.
Built during the @Rocketseat NLW eSports event.
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
To run the local Vite web client:
$ npm install $ npm run dev
Now, in order to run the mobile application you'll need to install expo-cli
$ npm install $ expo start