Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dahliaos/welcome
Get started with dahliaOS
https://github.com/dahliaos/welcome
app dahliaos dart dartlang flutter hacktoberfest ui welcome
Last synced: 3 months ago
JSON representation
Get started with dahliaOS
- Host: GitHub
- URL: https://github.com/dahliaos/welcome
- Owner: dahliaOS
- License: apache-2.0
- Created: 2021-02-03T10:51:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T14:29:42.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T18:07:47.736Z (9 months ago)
- Topics: app, dahliaos, dart, dartlang, flutter, hacktoberfest, ui, welcome
- Language: Dart
- Homepage:
- Size: 14.9 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![]()
Website •
Discord •
Releases •
Donate •
Documentation# Welcome
![GitHub Issues](https://img.shields.io/github/issues/dahliaos/welcome?color=brightgreen)
![License](https://img.shields.io/github/license/dahliaos/welcome?color=brightgreen)- **Introduction and tips on getting started** with the dahliaOS operating system
- **Written** in Dart/Flutter## Development
To develop and locally test the application:
### 1. Install development tools
1. Install [Flutter](https://docs.flutter.dev/get-started/install)
2. Install an IDE of your choice (we recommend [VSCode](https://code.visualstudio.com/))
* We also recommend installing Dart and Flutter extensions if you're opting in for VSCode.
For other IDEs, please inform yourself.### 2. Install dependencies
Install pub dependencies required to run the application by running:
```dart
flutter pub get
```### 3. Run the application
Run the application in an enviroment of your choice by running:
```dart
flutter run
```Flutter has hot reloading so no need to restart the instance when it's running!
## Contribute
If you're wondering how to contribute to the project, please refer to [CONTRIBUTING.md](CONTRIBUTING.md)
## License
![]()
![]()
Copyright @ 2019-2022 - The dahliaOS Authors - [email protected]
This project is licensed under the [Apache 2.0 license](/LICENSE)