Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polina-c/hc
https://github.com/polina-c/hc
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/polina-c/hc
- Owner: polina-c
- Created: 2024-04-14T00:23:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T23:39:00.000Z (5 months ago)
- Last Synced: 2024-12-08T06:44:33.162Z (16 days ago)
- Language: Dart
- Size: 25.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Happy Creek
## Overview
This repo contains source code for [Happy Creek](http://happy-creek.com).
Feel free to use it as a scaffold/boilerplate for a Flutter web site.
## Contribute
Contributions are appreciated. Contributors will be
listed on [this page](https://happy-creek.com/#/team).
Pick and assign to yourself one of the [not assigned issues](https://github.com/polina-c/hc/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee+) to start.## Web Site
### Hosting
To deploy code to https://happycreekweb.web.app/ (aka http://happycreek.com):
```
firebase deploy --only hosting:release
```To deploy code to https://happycreekweb-preview.web.app/:
```
firebase deploy --only hosting:preview
```Firebase project: https://console.firebase.google.com/u/2/project/happycreekweb/hosting/sites/happycreekweb
About deployment targets: https://firebase.google.com/docs/cli/targets### Authentication
See https://firebase.google.com/docs/flutter/setup?hl=en&platform=web
### Generate icon
Run:
```
dart run flutter_launcher_icons
```Read more at: https://pub.dev/packages/flutter_launcher_icons