# fluttergo-doc
**Repository Path**: geliang/fluttergo-doc
## Basic Information
- **Project Name**: fluttergo-doc
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-03-28
- **Last Updated**: 2020-12-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# [Flutter][]'s website
The website for [Flutter][].
[](https://travis-ci.org/flutter/website)
## Issues, bugs, and requests
We welcome contributions and feedback on our website!
Please file a request in our
[issue tracker](https://github.com/flutter/flutter/issues/new)
and we'll take a look.
## Developing
Install Jekyll and related tools by following the
[instructions](https://help.github.com/articles/using-jekyll-with-pages/)
provided by GitHub.
A tldr version follows:
1. Ensure you have [Ruby](https://www.ruby-lang.org/en/documentation/installation/) installed; you need version 2.2.2 or later:
`ruby --version`
1. Ensure you have [Bundler](http://bundler.io/) installed; if not install with:
`gem install bundler`
1. Install all dependencies:
`bundle install`
1. Create a branch.
1. Make your changes.
1. Test your changes by serving the site locally:
`bundle exec jekyll serve` (or `jekyll serve -w --force_polling`)
1. Prior to submitting, run link validation:
`rake checklinks`
## Deploy to a staging site
For edits made directly in the GitHub web UI, the changes will be deployed to a
staging site (such as `https://flutter-io-deploy-three.firebaseapp.com/inspector`)
by the Travis job.
For edits you make locally (using the 'developing' steps above), you can deploy them
to a personal staging site as follows (steps 1 and 2 need to be done only once):
1. In the [Firebase Console](https://console.firebase.google.com),
create your own Firebase project (e.g. 'mit-flutter-staging')
1. Tell Firebase about that project with the firebase
[`use` command](https://firebase.googleblog.com/2016/07/deploy-to-multiple-environments-with.html):
```
$ firebase use --add
? Which project do you want to add?