Skip to content

Latest commit

 

History

History
55 lines (48 loc) · 1.36 KB

README.md

File metadata and controls

55 lines (48 loc) · 1.36 KB

Next Level Week E-Sports Logo

Platform that allows gamers to connect and find people with similar interests.

Built during the @Rocketseat NLW eSports event.

'Your duo is here' Shield

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:migrate

then, 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

Documentation: