Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 710 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 710 Bytes

YSTEM and Chess (YSC) Mobile Application

Setup

Requires:

First, install dependencies and run the backend

$ cd backend
$ npm install
$ npm start

While the backend is running, install dependencies and start the Expo frontend

$ cd mobile
$ npm install
$ npm start

Expo will be live at http://localhost:19002. To run the application, scan the QR code through the Expo Go mobile app.