Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 20, 2024
1 parent 23d19c3 commit 70d0fb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,16 @@ Next, at the root of your locally cloned repository run the `use` command to swi
puro use yuno
```

And finally get all project dependencies:
Get all project dependencies:
```bash
flutter pub get
```

And finally, run the project:
```bash
flutter run --flavor dev --dart-define-from-file=.env
```

### Performing changes
- Create a new local branch from `main` (e.g. `git checkout -b my-new-feature`)
- Make your changes.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ YuNO is a minimalist, open-source retro gaming frontend designed to deliver a no
- **Open source**: Free to use, modify and distribute, see the [license](LICENSE). Contributions are welcome!
- **Customizable**: Options to personalize the experience according to your preferences.

## Inspiration

YuNO took inspiration from Steamdeck and Beacon.
We also used IGDB images for the games and a good amount of Daijishou emulator execution patterns.

## Showcase 🎥


Expand Down

0 comments on commit 70d0fb7

Please sign in to comment.