mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-22 06:56:36 +01:00
update README.md
This commit is contained in:
parent
bb603c9397
commit
fc1366f643
1 changed files with 13 additions and 10 deletions
23
README.md
23
README.md
|
@ -1,16 +1,19 @@
|
||||||
# moepoi_site
|
# 💩**MOEPOI.DEV**
|
||||||
|
|
||||||
A new Flutter project.
|
[![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)
|
||||||
|
|
||||||
## Getting Started
|
## Build Setup
|
||||||
|
|
||||||
This project is a starting point for a Flutter application.
|
```bash
|
||||||
|
# install dependencies
|
||||||
|
$ flutter pub get
|
||||||
|
|
||||||
A few resources to get you started if this is your first Flutter project:
|
# serve with hot reload
|
||||||
|
$ flutter run
|
||||||
|
|
||||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
# build for production
|
||||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
$ flutter build web --web-renderer html
|
||||||
|
```
|
||||||
|
|
||||||
For help getting started with Flutter development, view the
|
|
||||||
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
|
||||||
samples, guidance on mobile development, and a full API reference.
|
|
||||||
|
|
Loading…
Reference in a new issue