Skip to content

Commit

Permalink
match develop to mainMerge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-xie committed Oct 21, 2023
2 parents f19ef2b + 531d69c commit bee5acc
Show file tree
Hide file tree
Showing 40 changed files with 15,260 additions and 32 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ jobs:
node-version: 20

- name: Install Dependencies
run: npm install
working-directory: ./hmns-app

- name: Debug Node.js Version
run: node --version
working-directory: ./hmns-app

- name: List Files
run: ls -R
run: npm install && cd client && npm install && cd ../server && npm install
working-directory: ./hmns-app

- name: Run ESLint
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ git clone `https://github.com/rice-apps/hmns.git`
To make sure you have all the necessary packages, perform the following commands after every pull:
```
cd hmns-app
cd client
npm install
npx expo start
cd ../server
npm install
```

To run the app and server respectively perform the following commands in your terminal (in separate windows)
```
npm start
npm start
```

# Contributing
Expand Down
3 changes: 3 additions & 0 deletions hmns-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ node_modules/
dist/
web-build/

# secrets
server/config.ts

# Native
*.orig.*
*.jks
Expand Down
6 changes: 6 additions & 0 deletions hmns-app/client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
# The following patterns were generated by expo-cli

expo-env.d.ts
# @end expo-cli
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit bee5acc

Please sign in to comment.