Skip to content

Commit

Permalink
fixed eslint issues, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshGurnani committed Dec 14, 2024
1 parent 3d5e0cc commit 381d97c
Show file tree
Hide file tree
Showing 6 changed files with 934 additions and 328 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ This section describes various CLI commands to run parts of the project, such as

### Frontend

TODO
1. `cd frontend` to enter the frontend directory
2. `npm install` to install any dependencies
3. `npm run start` to run the frontend.

Upon running the frontend, you should see a screen with a QR code and a few keyboard options below. You can scan the QR code on your phone to see the app there, or use keyboard options to open Android, iOS, the debugger, etc. You can also run the project on iOS or Android using `npm run ios` or `npm run android`.

### Linting

Expand Down
Loading

0 comments on commit 381d97c

Please sign in to comment.