Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

chore: removed frontend folder #52

Merged
merged 1 commit into from
Feb 9, 2024
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
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
cache: true

- name: Install Dependencies
working-directory: ./frontend
run: just get

- name: Run Flutter Analyze
working-directory: ./frontend
run: just analyze

- name: Run Flutter Test
working-directory: ./frontend
run: just test
44 changes: 41 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
.hermit/
.vscode/
!.vscode/extensions.json
.idea/
*.iml
.DS_Store
/logs/

# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
/coverage/

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
File renamed without changes.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ The aim is that this app can work with any tbdex liquidity node, discoverying th
* Install Hermit https://cashapp.github.io/hermit/ (on macos you can run `brew install hermit` and then `hermit shell-hooks`)
* Ensure you have a mobile app simulator connected and running (XCode on macOS and running the Simulator app will do for example)
* Run `pub get`.
* With your simulator running, change into your `frontend` directory, then run `flutter run` to build and start the app in the simulator.



* With your simulator running, run `flutter run` to build and start the app in the simulator.

A picture says a thousand words:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
45 changes: 0 additions & 45 deletions frontend/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion frontend/README.md

This file was deleted.

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