Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
fail-fast: false
matrix:
language:
- actions
- javascript-typescript

steps:
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,18 @@ in `PasscodesApp/Passcodes-Docs`.

## Building The App

1. Install Dependency

```bash
npm install
```

2. Use Expo Go. (prototyping)

```bash
npm start
```

<details>
<summary>Deperacted Stuff Bro!!!</summary>

Expand Down

This file was deleted.

117 changes: 0 additions & 117 deletions app/src/main/kotlin/com/jeeldobariya/passcodes/oldui/MainActivity.kt

This file was deleted.

Loading