2022-06-08 11:11:55 +02:00
|
|
|
# 💩**MOEPOI.DEV**
|
2022-06-05 05:18:03 +02:00
|
|
|
|
2022-06-08 11:11:55 +02:00
|
|
|
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/25db2e9192d54ce99f7a151230e6f0a8)](https://www.codacy.com/gh/moepoi/moepoi.dev/dashboard?utm_source=github.com&utm_medium=referral&utm_content=moepoi/moepoi.dev&utm_campaign=Badge_Grade)
|
|
|
|
[![CodeFactor](https://www.codefactor.io/repository/github/moepoi/moepoi.dev/badge)](https://www.codefactor.io/repository/github/moepoi/moepoi.dev)
|
|
|
|
[![wakatime](https://wakatime.com/badge/user/034c5ac1-f43f-415b-9323-d44d83de1bac/project/1de3b157-fd29-4dc9-876c-bd39805ee927.svg)](https://wakatime.com/badge/user/034c5ac1-f43f-415b-9323-d44d83de1bac/project/1de3b157-fd29-4dc9-876c-bd39805ee927)
|
2022-06-05 05:18:03 +02:00
|
|
|
|
2022-06-08 11:11:55 +02:00
|
|
|
## Build Setup
|
2022-06-05 05:18:03 +02:00
|
|
|
|
2022-06-08 11:11:55 +02:00
|
|
|
```bash
|
|
|
|
# install dependencies
|
|
|
|
$ flutter pub get
|
2022-06-05 05:18:03 +02:00
|
|
|
|
2022-06-08 11:11:55 +02:00
|
|
|
# serve with hot reload
|
|
|
|
$ flutter run
|
2022-06-05 05:18:03 +02:00
|
|
|
|
2022-06-08 11:11:55 +02:00
|
|
|
# build for production
|
|
|
|
$ flutter build web --web-renderer html
|
|
|
|
```
|
2022-06-05 05:18:03 +02:00
|
|
|
|