An open API service indexing awesome lists of open source software.

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.

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
```