Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 494 Bytes

Bookbytes

To start the application:

  1. Install expo-cli using the following command:
    npm install -g expo-cli
  2. Clone this repository and go into the project folder
    git clone https://github.com/utkarsh867/comp3330-project.git && cd comp3330-project
  3. Install all the dependencies
    npm install
    or
    yarn install
  4. Run the application in development mode using the command:
    npm start
    or
    yarn start