https://github.com/wasabeef/wasabeef.jp
Build a web site using the Flutter Web.
https://github.com/wasabeef/wasabeef.jp
dart flutter
Last synced: 10 months ago
JSON representation
Build a web site using the Flutter Web.
- Host: GitHub
- URL: https://github.com/wasabeef/wasabeef.jp
- Owner: wasabeef
- Created: 2020-12-06T11:09:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T08:31:25.000Z (about 3 years ago)
- Last Synced: 2024-10-11T08:10:42.016Z (over 1 year ago)
- Topics: dart, flutter
- Language: Dart
- Homepage: https://wasabeef.jp
- Size: 117 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
https://wasabeef.jp
## Usage
```sh
# install & update
npm install -g firebase-tools
```
## firebase init
```sh
# login
firebase login:ci
# setup
firebase init
```
## Flutter web
```sh
flutter build web --web-renderer html --release
flutter run -d chrome --web-renderer html
```
## firebase
```sh
# test
firebase serve --only hosting
# deploy
firebase deploy
```